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
Public property ErrorsLocation Gets the XML Document Object Model (DOM) node under which the adapter will copy returned errors as XML. (Inherited from WebServiceAdapter2.)
Public property Input Gets or sets the XML string ('outer XML') corresponding to the input element in the form definition (.xsf) file. (Inherited from WebServiceAdapter2.)
Public property Name Gets the name of a WebServiceAdapterObject object. (Inherited from WebServiceAdapter2.)
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. (Inherited from WebServiceAdapter2.)
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. (Inherited from WebServiceAdapter2.)
Public property QueryAllowed Corresponds to the queryAllowed attribute in the form definition file (.xsf). (Inherited from WebServiceAdapter2.)
Public property SubmitAllowed Corresponds to the submitAllowed attribute in the form definition file (.xsf). (Inherited from WebServiceAdapter2.)
Public property Timeout Gets or sets the time-out value in seconds for a WebServiceAdapterObject object. (Inherited from WebServiceAdapter2.)
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. (Inherited from WebServiceAdapter2.)

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. (Inherited from WebServiceAdapter2.)
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. (Inherited from WebServiceAdapter2.)
Public method Submit Executes the submit operation on the associated adapter. (Inherited from WebServiceAdapter2.)

Top

See also

Reference

WebServiceAdapterObject interface

Microsoft.Office.Interop.InfoPath namespace