Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have same Problem, I have do coding like this

http://code.google.com/p/ksoap2-android/wiki/CodingTipsAndTricks#sending/receiving_array_of_complex_types_or_primitives

but still have an ClassCastException Error please if you can help

share|improve this question
and, what have you tried till now? – R.J Feb 21 at 7:52
1  
show us your code where you getting that exception – Bingo Feb 21 at 7:53
NotificationItem result1=(NotificationItem)envelope.bodyIn; String resultString = result1.get(0); – mit B Feb 21 at 7:57
where the write this codeDocumentIDs documentIdResultVector = (DocumentIDs)soapEnvelope.bodyIn; String resultString = documentIdResultVector.get(0); – mit B Feb 21 at 7:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.