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]</email>
                                    <password
xsi:type="xsd:string">test</password>
                        </loginUser>
            </soapenv:Body>
</soapenv:Envelope>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to