System.Web.Services.Protocols.SoapParameterStyle Enumeration

Specifies how parameters are formatted in a SOAP message.

Syntax

public enum SoapParameterStyle

Remarks

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

Members

Member NameDescription
Bare

Parameters 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.

Default

Specifies using the default System.Web.Services.Protocols.SoapParameterStyle for the XML Web service. The default for an XML Web service can be set by applying a System.Web.Services.Protocols.SoapDocumentServiceAttribute to the class implementing the XML Web service. If a System.Web.Services.Protocols.SoapDocumentServiceAttribute is not applied to the class implementing the XML Web service, the default is SoapParameterStyle.Wrapped.

Wrapped

Parameters 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.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0