call webservice from iphone app
Hi,
I am trying to call a webservice from iphone. I want to know how to formulate soap requests to be sent to the webservice .pls help.i m a newbie...
@WebMethod(operationName = "CheckAuthenticationLogin")
public String CheckAuthenticationLogin(@WebParam(name = "loginxml") String loginxml, @WebParam(name = "key") String key)
|