Call Web Service
Hello,
Is there a quick way to call web service from the installer?
After that parse XML Response using XPath (maybe using nsisXML plug-in).
Cheers,
Dmitriy.
http://dnagir.blogspot.com
Archive: Call Web Service
Call Web Service
Hello,
Is there a quick way to call web service from the installer?
After that parse XML Response using XPath (maybe using nsisXML plug-in).
Cheers,
Dmitriy.
http://dnagir.blogspot.com
To send HTTP requests use any of the plug-ins; inetc, inetload or NSISdl.
Stu
Ok. I see.
Then I will have to pass response content to some XML plug-in for parsing.
Thanks.
The plug-ins will download the output to a file of your choice.
Stu