System.Web.Services.Protoco ...


.NET Framework Class Library
SoapParameterStyle Enumeration

Specifies how parameters are formatted in a SOAP message.

Namespace:  System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)
Syntax

Visual Basic (Declaration)
Public Enumeration SoapParameterStyle
Visual Basic (Usage)
Dim instance As SoapParameterStyle
C#
public enum SoapParameterStyle
Visual C++
public enum class SoapParameterStyle
JScript
public enum SoapParameterStyle
Members

Member nameDescription
Supported by the .NET Compact FrameworkDefaultSpecifies using the default SoapParameterStyle for the XML Web service. The default for an XML Web service can be set by applying a SoapDocumentServiceAttribute to the class implementing the XML Web service. If a SoapDocumentServiceAttribute is not applied to the class implementing the XML Web service, the default is Wrapped.
Supported by the .NET Compact FrameworkBareParameters sent to and from an XML Web service method are placed in XML elements directly following the Body element of a SOAP request or SOAP response.
Supported by the .NET Compact FrameworkWrappedParameters sent to and from an XML Web service method are encapsulated within a single XML element followig the Body element of the XML portion of a SOAP request or SOAP response.
Remarks

The SoapParameterStyle can be set when applying a SoapDocumentMethodAttribute to an XML Web service method or a method of a client proxy class. The SoapParameterStyle can also be set by applying a SoapDocumentServiceAttribute to a class implementing an XML Web service.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0

.NET Compact Framework

Supported in: 3.5, 2.0, 1.0
See Also

Reference

Tags :


Page view tracker