WebServiceConnection Members (Microsoft.Office.InfoPath)
Represents a connection to an XML Web service.
The following tables list the members exposed by the WebServiceConnection type.
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (inherited from Object) |
| Execute | Overloaded. |
| 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) |
| ReferenceEquals | (inherited from Object) |
| ToString | (inherited from Object) |