|
Hi...
I am using kSOAP in the j2me application to consume
a webservice exposed with Cold Fusion..
I am able to get the returns of the usual methods
with types such as String...
But the problem is to read the data that has a
compleType return type know as QueryBean...
the convetional code something similar to the
following is not working...
SoapObject client=new
SoapObject("nameSpace","methoName");
clientAddProperty("param","value");
HttpTransport ht=new
HttpTransport("urlEndPoint","SoapAction");
resObject=ht.call(client);
Can you suggest me as to how i can overcome the
porblem with complexType returntype...
Thanks in advance
Regards,
Theepan Thevathasan
|
--
You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx mailing
list.
To unsubscribe:
mailto:enhydra-unsubscribe@xxxxxxxxxxxxx
For general help:
mailto:sympa@xxxxxxxxxxxxx?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws
|