Hi

i am getting the response from the soap webservices in the form of
this...

eturn=ContestInfo
        {
                item=anyType{name=Ankitha; totalimages=2; rating=2.5; };
item=anyType{name=Anushka; totalimages=4; rating=9.5; };                
item=anyType
{name=Apsara; totalimages=1; rating=0; };               item=anyType
{name=Assorted; totalimages=3; rating=4; };     item=anyType{name=Sony;
totalimages=1; rating=1; };


i need the response in xml format

what is the problem in the code

oapObject resultsRequestSOAP = (SoapObject) envelope.bodyIn;



        Vector XXXX = (Vector) resultsRequestSOAP.getProperty
(resultsRequestSOAP.toString());

Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to