Hi all,
I am a new bie in using ksoap and J2ME. I had access to one web service, and for the input query
for calling the webservice function I need to pass in complex type soap object. any idea on how
I can pass the complex type soap object. the web service is a php webservice (not using nuSoap).
I have create a web service client using php and basically i need to pass the input data as array.
for example = $input = array("username"=>"test","password"=>"password","input"=>"input");
any idea on how to make j2me communicate with the web service?
any help will be appreciated.
Thank you
Regards,
Kencana