hey jsutin anderson i have solved problem related to soap. and thanks to comment on this problem.
On Wed, Sep 5, 2012 at 8:52 PM, Justin Anderson <[email protected]>wrote: > I have two links for you: > > - > > http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html > - http://lmgtfy.com/?q=android+send+soap+request > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Wed, Sep 5, 2012 at 5:23 AM, rauf qureshi <[email protected]>wrote: > >> 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":"[email protected] >> ","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 [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-developers?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

