Archive: how to handle return value of a web service


how to handle return value of a web service
hello,

I have an installer in which i want to check the registration online onto the basis of the user input data(here user enter registration number and email id).

For this purpose i want to call a web service.If the record found into the database the web service will return true otherwise false.

Now the problem is that how to compare that returned value of web service so that i can take the next decision whether to proceed installer or quite.

please help me how to handle and call a web service.


http://nsis.sourceforge.net/Inetc_plug-in


As I said in your previous post on the same question, if you have written an executable that does it returns 0 on success of 1 otherwise (say) use ExecWait. Otherwise yes you can use Inetc to read a response from a URL.

Stu