SoapDocumentServiceAttribute::ParameterStyle Property
.NET Framework (current version)
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.
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::SoapParameterStyleThe 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
Available since 1.1
SoapParameterStyle
SoapDocumentServiceAttribute Class
System.Web.Services.Protocols Namespace
[<topic://cpconcustomizingsoapinaspnetwebserviceswebserviceclients>]
Show: