Hi,
I understand that I can easily retrieve data from a web service by using
InfoPath.
Ho can I programmatically make a soap call inside an InfoPath form (or it's
scripts)?
Thanks,
Alan
Henning Krause [MVP - Exhange] - 08 Jun 2005 10:07 GMT
Hello,
Add the WebService as a secondary data source. It is then available via
XDocument.DataObjects[<name>]
See here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xdpr
oDataObjects.asp
and the DataObject reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xdob
jDataObject.asp
This object has a Query() Method and a DOM which you can access.
So you can call that WebService from the script.
Greetings,
Henning Krause [MVP - Exchange]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
> Hi,
>
[quoted text clipped - 7 lines]
>
> Alan