WebServiceAdapter Object Members

InfoPath Developer Reference

Represents a connection to an XML Web service. The WebServiceAdapter object is a type of InfoPath data adapter that contains all the information necessary for retrieving data from and submitting data to an external data source.

Methods

  Name Description
Bb230079.methods(en-us,office.12).gif GenerateDataSetDiffGram Returns an XML DataSet, containing an inline schema describing the data and the DataSet's DiffGram.
Bb230079.methods(en-us,office.12).gif Query Reads data from the associated data adapter.
Bb230079.methods(en-us,office.12).gif Submit Executes the submit operation on the associated adapter.

Properties

  Name Description
Bb230079.properties(en-us,office.12).gif ErrorsLocation A read-only property that specifies the XML Document Object Model (DOM) node under which the adapter will copy returned errors as XML. Read-only
Bb230079.properties(en-us,office.12).gif Input Sets or retrieves a string value that contains the source XML of the input element contained in the form definition (.xsf) file. Read/write
Bb230079.properties(en-us,office.12).gif Name A read-only property that returns the name of a WebServiceAdapter object.Read-only
Bb230079.properties(en-us,office.12).gif Operation Sets or retrieves a string value that contains the source XML of the operation element contained in the form definition (.xsf) file. Read/write
Bb230079.properties(en-us,office.12).gif OutputLocation A read-only property that specifies the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service. Read-only
Bb230079.properties(en-us,office.12).gif QueryAllowed A read-only property of type Boolean that corresponds to the queryallowed attribute in the form definition file (.xsf). The default value is False. Read-only
Bb230079.properties(en-us,office.12).gif SubmitAllowed A read-only property that returns a Boolean value corresponding to the submitAllowed attribute in the form definition file (.xsf). The default value is False. Read-only
Bb230079.properties(en-us,office.12).gif Timeout Sets or retrieves the long integer time-out value in seconds for a WebServiceAdapter object. Read/write
Bb230079.properties(en-us,office.12).gif WSDLURL A read-only property that returns a string value containing the Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service associated with the WebServiceAdapter object. Read-only