jeusdi
2nd April 2009 16:04 UTC
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
2nd April 2009 16:29 UTC
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
3rd April 2009 07:31 UTC
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.
Afrow UK
3rd April 2009 11:13 UTC
An array of bytes is no different to plain text.
Stu