SoapDocumentMethodAttribute::ParameterStyle Property
.NET Framework (current version)
Gets or sets whether parameters are encapsulated within a single XML element beneath the Body element in the XML portion of a SOAP message.
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 SoapParameterStyle for SOAP messages sent to and from an XML Web service method. The default value is Wrapped.
The following code example specifies that parameters sent in the SOAP messages sent to and from the PlaceOrder XML Web service method are not encapsulated within one XML element.
.NET Framework
Available since 1.1
Available since 1.1
SoapParameterStyle
SoapDocumentMethodAttribute Class
System.Web.Services.Protocols Namespace
[<topic://cpconCustomizingSOAPInASPNETWebServicesWebServiceClients>]
Show: