01-18-2012 06:59 AM
I have a webservice written using PHP. The url of the webservice is available. I want to call the webservice from the Blackberry code. How can I do this?
Regards
-Rama G-
01-18-2012 07:04 AM
01-18-2012 08:25 AM
It depends on what type of websevice you have created.
01-18-2012 08:31 AM
01-18-2012 08:40 AM
It is a SOAP webservice
01-19-2012 03:08 AM
01-19-2012 07:05 AM
U can use Ksoap2
01-23-2012 02:32 AM
I used the KSOAP2 library. When the program is run, I get an error saying "Module KSOAP2" not found. I googled for the solution, I got to know that jar file has to be pre-verified or cod file has to be installed. I am unable to get the cod file or the pre-verified file. Is there any solution/alternative approach?
01-23-2012 02:51 AM