Re: [android-developers] soap+android related problem

2012-09-10 Thread TreKing
On Sun, Sep 9, 2012 at 5:05 AM, rauf qureshi qureshira...@gmail.com wrote: In above code i have soap api when i use addProperty method it take parameter in following format customer.login{email=sachin.si...@idhasoft.com ;password=12345;website=base;} but i want to

Re: [android-developers] soap+android related problem

2012-09-09 Thread rauf qureshi
On Sun, Sep 9, 2012 at 3:48 AM, TreKing treking...@gmail.com wrote: On Sat, Sep 8, 2012 at 3:44 AM, rauf qureshi qureshira...@gmail.comwrote: i am troubling with above code Learn to debug your own code or post a *small* sample of code with a * clear* explanation of the problem you're

Re: [android-developers] soap+android related problem

2012-09-08 Thread rauf qureshi
package com.example.splashscreentest; import java.util.List; import java.util.Vector; import org.json.JSONObject; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.AttributeInfo; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import

Re: [android-developers] soap+android related problem

2012-09-08 Thread TreKing
On Sat, Sep 8, 2012 at 3:44 AM, rauf qureshi qureshira...@gmail.com wrote: i am troubling with above code Learn to debug your own code or post a *small* sample of code with a *clear*explanation of the problem you're having. Posting a giant blob of code with nothing more than I have a problem

[android-developers] soap+android related problem

2012-09-07 Thread rauf qureshi
can any body tell me how to send soap request in json format please reply 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

Re: [android-developers] soap+android related problem

2012-09-07 Thread Justin Anderson
Yeah... it is called Google - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+soap+request Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 7, 2012 at 7:38 AM, rauf qureshi