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
Public property ErrorsLocation Gets the XML Document Object Model (DOM) node under which the adapter will copy returned errors as XML.
Public property 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.)
Public property Input Gets or sets the XML string ('outer XML') corresponding to the input element in the form definition (.xsf) file.
Public property Name Gets the name of a WebServiceAdapterObject object.
Public property 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.)
Public property 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.
Public property OutputLocation Gets the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service.
Public property QueryAllowed Corresponds to the queryAllowed attribute in the form definition file (.xsf).
Public property SubmitAllowed Corresponds to the submitAllowed attribute in the form definition file (.xsf).
Public property Timeout Gets or sets the time-out value in seconds for a WebServiceAdapterObject object.
Public property 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.)
Public property 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
Public method GenerateDataSetDiffGram Gets a serialized ADO.NET DataSet, containing an inline schema describing the data and the DataSet's DiffGram.
Public method 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.
Public method Submit Executes the submit operation on the associated adapter.

Top

See also

Reference

WebServiceAdapter2 interface

Microsoft.Office.Interop.InfoPath.SemiTrust namespace