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.Method, Inherited=true)
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 message: RPC and Document. Document refers to formatting the XML Web service method according to an XSD schema. The Document style refers to formatting the Body element as a series of one or more message parts following the Body element. 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 following the Body element or whether each parameter is an individual message part.
For more details, see [<topic://cpconCustomizingSOAPInASPNETWebServicesWebServiceClients>]
This attribute can be applied to both an XML Web service method on the server and a method of the proxy class on the client.
Applying the to a method specifies that SOAP messages to and from the method use Document formatting.
Constructor
To be added
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Constructor
To be added
Initializes a new instance of the class, setting the property to the value of the parameter.
The SOAPAction HTTP header field of the SOAP request. Sets the property.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
Typically, the property is a URI indicating the intent of the request. However, the SOAP specification places no restrictions on the format of the URI, or any rules about whether the URI is resolvable. The presence and content of the property can be used by Web servers, such as firewalls, to appropriately filter SOAP request messages in HTTP.
By default, the .NET Framework version 1.1 publishes the property in the soapAction attribute of the soap:operation element for each supported SOAP binding in WSDL documents generated for an XML Web service. For more information on the SOAP specification, see the W3C Web site (http://www.w3.org/TR/SOAP).
Gets or sets the SOAPAction HTTP header field of the SOAP request.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
A binding, as defined by Web Services Description Language (WSDL), is similar to an interface in that it defines a concrete set of operations. With respect to XML Web services created using ASP.NET, each XML Web service method is an operation within a binding. XML Web service methods are members of either the default binding for an XML Web service or a binding specified within a applied to an XML Web service. An XML Web service can implement multiple bindings when multiple attributes are applied to an XML Web service.
Once one or more attributes are applied to an XML Web service, a or can be applied to individual XML Web service methods to indicate the binding operation implemented by a particular XML Web service method. Set the property of or to specify the binding an XML Web service method is implementing an operation for. Only one or can be applied to an XML Web service method. Therefore, an XML Web service method can only implement an operation for one binding.
For more information on the WSDL specification, see the W3C Web site (http://www.w3.org/TR/wsdl).
Gets or sets the binding an XML Web service method is implementing an operation for.
1.0.5000.0
2.0.0.0
Property
System.Boolean
To be added: an object of type 'bool'
When an XML Web service method has the property set to true, the XML Web service client does not have to wait for the Web server to finish processing the XML Web service method. As soon as the Web server has deserialized the , but before invoking the XML Web service method, the server returns an HTTP 202 status code. A HTTP 202 status code indicates to the client that the Web server has started processing the message. Therefore, an XML Web service client receives no acknowledgment that the Web server successfully processed the message.
One-way methods cannot have a return value or any out parameters.
If you are using the .NET Framework version 1.0 XML Web service methods that have either the or attribute applied to them with the property of set to true, do not have access to their using the static property. To access the , derive the class implementing the XML Web service method from and access the property.
Gets or sets whether an XML Web service client waits for the Web server to finish processing an XML Web service method.
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 whether parameters are encapsulated within a single XML element beneath the Body element in the XML portion of a SOAP message.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
The defines the XML element used to wrap the parameters beneath the Body element of the SOAP request when is . This is reflected in the XSD schema representing the SOAP request to the XML Web service method within the service description for an XML Web service.
Gets or sets the XML element associated with the SOAP request for an XML Web service method, which is defined in a service description as an operation.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
is used in the XSD schema for the XML Web service method within its service description.
Gets or sets the namespace associated with the SOAP request for an XML Web service method.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
The defines the XML element used to wrap the parameters beneath the Body element of the SOAP response when is . This is reflected in the XSD schema representing the SOAP response to the XML Web service method within the XML Web service's service description.
Gets or sets the XML element associated with the SOAP response for an XML Web service method.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
The property is used in the XSD schema for the XML Web service method in its service description.
Gets or sets the XML namespace associated with the SOAP response for an XML Web service method.
1.0.5000.0
2.0.0.0
Property
System.Web.Services.Description.SoapBindingUse
a
The Web Services Description Language (WSDL) defines two methods for formatting parameters: and . refers to formatting parameters using SOAP encoding, as outlined in the SOAP specification in section 5. refers to formatting the parameters using a pre-defined XSD schema for each parameter.
For more details, see [<topic://cpconCustomizingSOAPInASPNETWebServicesWebServiceClients>].
Gets or sets the parameter formatting for an XML Web service method within the XML portion of a SOAP message.
1.0.5000.0
2.0.0.0