baba vali wrote: > h ifriends, > when i am sending this soap thru get method > > i am getting URISyntaxException > > can anyone sort this out pls > > <?xml version="1.0" encoding="UTF-8" ?> > <soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Body> > <loginUser > soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > <email > xsi:type="xsd:string">[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]></email> > <password > xsi:type="xsd:string">test</password> > </loginUser> > </soapenv:Body> > </soapenv:Envelope> >
You may have better luck asking that question on a mailing list dedicated to whatever implementation of SOAP you are using. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

