Groups
Groups
Sign in
Groups
Groups
ksoap2-android
Conversations
About
Send feedback
Help
Get Ksoap response
21 views
Skip to first unread message
Phyllipy Chagas
unread,
May 1, 2012, 8:32:47 PM
5/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-...@googlegroups.com
Hey! How can I get the response data from a soap call?
I've tried this:
SoapObject result = (SoapObject)envelope.bodyIn;
and this
SoapObject result = (SoapObject)envelope.getResponse();
and this
SoapObject resultsRequestSOAP = (SoapObject) envelope.bodyIn;
String t = resultsRequestSOAP.getAttribute("GetDataResponse").toString();
none of these worked,
Anyone can help?
Thanks
Manfred Moser
unread,
May 1, 2012, 11:28:01 PM
5/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-...@googlegroups.com
The correct way is to use envelope.getResponse() .. what was the problem when you tried that?
Reply all
Reply to author
Forward
0 new messages