hello everyone

can anybody tell me how to send soap request in the following format in
android


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Body>
<customer.login xmlns="
http://demo3.idhasoft.us/iloyal/api/iloyal/customer.php/";>
<params>{"email":"sachin.si...@idhasoft.com
","password":"12345678","website":"base"}</params>
</customer.login>
</soap:Body>
</soap:Envelope>


request should contain above parameter.

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