Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SoapDocumentServiceAttribute::ParameterStyle Property

 

Gets or sets the default setting that controls whether parameters are encapsulated within a single element following the <Body> element in the XML portion of a SOAP message for XML Web service methods of the XML Web service.

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

public:
property SoapParameterStyle ParameterStyle {
	SoapParameterStyle get();
	void set(SoapParameterStyle value);
}

Property Value

Type: System.Web.Services.Protocols::SoapParameterStyle

The default SoapParameterStyle for SOAP requests and SOAP responses to and from XML Web service methods within the XML Web service. If not set, the default is Wrapped.

.NET Framework
Available since 1.1

SoapParameterStyle
SoapDocumentServiceAttribute Class
System.Web.Services.Protocols Namespace
[<topic://cpconcustomizingsoapinaspnetwebserviceswebserviceclients>]

Return to top
Show:
© 2017 Microsoft