Skip to content
⌘ NSIS Forum Archive

Calling a Web service function

4 posts

jeusdi#

Calling a Web service function

Hello forum.

I've develop an SmartPhone aplication that needs of "licences" in order to run. These licences are files. In our other projects that works on Desktop Windows PC, we get the "licences" (the files) using web services. Is possible calling a web service function using a NSIS script? The result (a byte array) have to be stored in a file and locate it on the correct folder.

I will appreciate any help a lot.
Thanks for all.
Anders#
there are several plugins on the wiki that lets you do HTTP GET requests, InetC and others, go look in the plugin section on the wiki
jeusdi#
I've read a few, and I understand that with these plugins, I only can download (make a HTTP GET request to URL) a file. But, my webservice returns a literal byte[].

Thanks for all.