WebServiceAdapter2 members
Include protected members
Include inherited members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeWebServiceAdapterObject.
The WebServiceAdapter2 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. | |
Input | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeWebServiceAdapter2.Input. (Inherited from WebServiceAdapter.) | |
Input | Gets or sets the XML string ('outer XML') corresponding to the input element in the form definition (.xsf) file. | |
Name | Gets the name of a WebServiceAdapterObject object. | |
Operation | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeWebServiceAdapter2.Operation. (Inherited from WebServiceAdapter.) | |
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. | |
OutputLocation | Gets the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service. | |
QueryAllowed | Corresponds to the queryAllowed attribute in the form definition file (.xsf). | |
SubmitAllowed | Corresponds to the submitAllowed attribute in the form definition file (.xsf). | |
Timeout | Gets or sets the time-out value in seconds for a WebServiceAdapterObject object. | |
WSDLURL | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeWebServiceAdapter2.WSDLURL. (Inherited from WebServiceAdapter.) | |
WSDLURL | Gets the Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service associated with the WebServiceAdapterObject object. |
Top
Methods
Name | Description | |
---|---|---|
GenerateDataSetDiffGram | Gets a serialized ADO.NET DataSet, containing an inline schema describing the data and the DataSet's DiffGram. | |
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. | |
Submit | Executes the submit operation on the associated adapter. |
Top