SoapFault - faultcode: 'soap:Server' faultstring: 'java.lang.ClassCastException@19b4163 while invoking public abstract java.util.List
634 views
Skip to first unread message
Pedro
unread,
May 7, 2012, 9:03:05 PM5/7/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-android
Hello.
I'm trying to parse a response from a Webservice but i keep getting
the error on the topic.
The method that i'm invoking response is a list of elements. I used
SoapUI to make an invokation and it succeeded but when i try with
ksoap i get that error.
The method that i'm calling has the following arguments:
arg0: (String) - goes empty;
arg1: (Long) - receives a long; I'm using 1, that is a valid value.
arg2: (String) - receives allways the value "A";
arg3: (boolean) - receives allways the value "false";
arg4: ( String) - receives allways the value "CSW";
I get the error in the line SoapObject result =
(SoapObject)envelope.getResponse();
Any clue of what is the problem?
Manfred Moser
unread,
May 8, 2012, 5:54:09 PM5/8/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
Your server is having the problem.. Debug there...
Mohd Irfna
unread,
Sep 25, 2012, 2:11:41 AM9/25/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
HI Everybody
I have the same problem
Please help me
Thanks in advance
Manfred Moser
unread,
Sep 25, 2012, 11:56:28 AM9/25/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
I can't help you directly but I would suggest to just set a breakpoint
in the code where the exception occurs and check out what object it
really is right then and there..