WebServiceAdapterObject members
Include protected members
Include inherited members
Represents a connection to an XML Web service.
The WebServiceAdapterObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorsLocation | Gets the XML Document Object Model (DOM) node under which the adapter will copy returned errors as XML. (Inherited from WebServiceAdapter2.) | |
Input | Gets or sets the XML string ('outer XML') corresponding to the input element in the form definition (.xsf) file. (Inherited from WebServiceAdapter2.) | |
Name | Gets the name of a WebServiceAdapterObject object. (Inherited from WebServiceAdapter2.) | |
Operation | Gets or sets the XML string ('outer XML') corresponding to the operation element contained in the form definition (.xsf) file for the WebServiceAdapterObject object. (Inherited from WebServiceAdapter2.) | |
OutputLocation | Gets the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service. (Inherited from WebServiceAdapter2.) | |
QueryAllowed | Corresponds to the queryAllowed attribute in the form definition file (.xsf). (Inherited from WebServiceAdapter2.) | |
SubmitAllowed | Corresponds to the submitAllowed attribute in the form definition file (.xsf). (Inherited from WebServiceAdapter2.) | |
Timeout | Gets or sets the time-out value in seconds for a WebServiceAdapterObject object. (Inherited from WebServiceAdapter2.) | |
WSDLURL | Gets the Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service associated with the WebServiceAdapterObject object. (Inherited from WebServiceAdapter2.) |
Top
Methods
Name | Description | |
---|---|---|
GenerateDataSetDiffGram | Gets a serialized ADO.NET DataSet, containing an inline schema describing the data and the DataSet's DiffGram. (Inherited from WebServiceAdapter2.) | |
Query | Executes the query operation on the adapter, by invoking the specified Web method on the Web service, and inserting the returned XML under the dataFields node of the associated data source. (Inherited from WebServiceAdapter2.) | |
Submit | Executes the submit operation on the associated adapter. (Inherited from WebServiceAdapter2.) |
Top