System.Web.Services
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Attribute
System.AttributeUsage(System.AttributeTargets.Class, Inherited=true)
The allows you to set the default formatting styles for XML Web service methods within an XML Web service. If an individual XML Web service method must change these defaults, apply a to that XML Web service method.
Web Services Description Language (WSDL) defines two styles for how an XML Web service method, which it calls an operation, can be formatted in a SOAP request or a SOAP response: RPC and Document. Exactly how the individual message parts is determined by the and properties. The property determines whether parameters are formatted Encoded or Literal. The determines whether the parameters are encapsulated within a single message part beneath the Body element, or whether each parameter is an individual message part.
To set the default method level formatting to RPC, apply a to the class implementing the XML Web service.
For more details, see [<topic://cpconCustomizingSOAPInASPNETWebServicesWebServiceClients>].
This attribute can be applied to a class implementing an XML Web service.
Applying the optional to an XML Web service sets the default format of SOAP requests and responses sent to and from XML Web service methods within the XML Web service.
Constructor
To be added
Initializes a new instance of the class setting all properties to their default values.
1.0.5000.0
2.0.0.0
Constructor
To be added
Initializes a new instance of the class setting the parameter formatting.
The parameter formatting of the XML Web service. Sets the property.
1.0.5000.0
2.0.0.0
Constructor
To be added
Initializes a new instance of the class that sets the parameter formatting and sets whether parameters are encapsulated within a single XML element, under the Body element, in SOAP messages.
The parameter formatting style. Sets the property.
Sets whether parameters are encapsulated within a single XML element, under the Body element, in SOAP messages sent to and from XML Web service methods within the XML Web service. Sets the property.
1.0.5000.0
2.0.0.0
Property
System.Web.Services.Protocols.SoapParameterStyle
To be added: an object of type 'SoapParameterStyle'
To be added
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.
1.0.5000.0
2.0.0.0
Property
System.Web.Services.Protocols.SoapServiceRoutingStyle
To be added: an object of type 'SoapServiceRoutingStyle'
To be added
Gets or sets how SOAP messages are routed to the XML Web service.
1.0.5000.0
2.0.0.0
Property
System.Web.Services.Description.SoapBindingUse
a
The Web Services Description Language (WSDL) defines two formatting styles for parameters sent to and from XML Web services: and . refers to formatting the parameters using the SOAP encoding outlined in the SOAP specification in section 5. refers to formatting the parameters using a predefined XSD schema for each parameter.
For more details, see [<topic://cpconCustomizingSOAPInASPNETWebServicesWebServiceClients>].
Gets or sets the default parameter formatting for an XML Web service.
1.0.5000.0
2.0.0.0