Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (1 items)
-
The code below describe how to query and read the result of a
webervice(Datasource) with Infopath
//Request information from the webservice
DataObject
doConnection=thisXDocument.DataObjects[''DataConnectionName''];
//Fill parameter
doConnection.DOM.selectSingleNode(''//*[local-name()='param1']'').text =
param1;
//Send the query
doGroup.Query();
Page 1 of 1 (1 items)