This documentation is archived and is not being maintained.
SoapBindingStyle Enumeration
Visual Studio 2010
Specifies the type of action that occurs in the XML Web service at the level of the class hierarchy to which this enumeration is applied.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Member name | Description | |
|---|---|---|
| Default | The default type of action for the current hierarchical level of the Web Services Description Language (WSDL) file. | |
| Document | The message being transmitted is document-oriented. | |
| Rpc | The message being transmitted contains the parameters to call a procedure or the return values from that procedure. RPC is an acronym for "remote procedure call." |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: