WebServiceConnection Members
Include Protected Members
Include Inherited Members
Represents a connection to an XML Web service.
The WebServiceConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebServiceConnection |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the data connection. (Inherited from DataConnection.) | |
ServiceUrl | Gets or sets the Uniform Resource Locator (URL) that is used to invoke the Web service associated with a WebServiceConnection object. | |
SoapAction | Gets or sets the value of the soapAction attribute of the Web service associated with a WebServiceConnection object. | |
Timeout | Gets or sets the time-out value in seconds for data connection associated with a WebServiceConnection object. | |
WsdlUrl | Gets the Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service associated with the WebServiceConnection object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute() | Depending on which ConnectionTypeConnection class it is called from, executes a submit or query operation on the data connection using the declaratively defined values for the submitted data, query parameters, or data to retrieve. (Inherited from DataConnection.) | |
Execute(XPathNavigator, XPathNavigator, XPathNavigator) | Overrides the default Execute method inherited from the DataConnection base class to allow specifying a different source of data to submit, a different location to insert the data that is returned, or a location to insert any error text returned. | |
Finalize | (Inherited from Object.) | |
GenerateDataSetDiffGram | For a data connection that uses an ADO .NET DataSet and returns a DiffGram that identifies any differences between original and current versions of data elements. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top