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.