I am new to android trying to develop a mini project. The project needs to validate the clients login from webservice that i have created in java (netbeans).
The problem is on the statement in android where i write:
SoapObject request=new SoapObject(NAMESPACE,METHOD_NAME);
the application crashes(force close).
I doubt that I don’t know where to get the namespace url and the method name from.
targetNamespace=”ymapps/” should be your NAMESPACE,
Have a look at Understanding WSDL. and A WSDL Example