If you know the request/response structure, you can create you own requests without using kSoap. The apache Http Client that comes bundled with Android will provide you with everything.
Kumar Bibek http://tech-droid.blogspot.com On Jan 12, 1:48 am, Kevin Duffey <[email protected]> wrote: > Is ksoap2 part of Android? I am interested in this as well. I currently do > everything I can to keep my calls REST based as it's easy to do and handle > the response. I would guess asp.net, java web services, etc would work in > the same manner tho wouldn't they? Don't you build the payload and send it > in the same manner regardless of the underlying server OS/platform? I've not > done web services for anything other than Java and that was some years ago. > I thought the basic soap message was standardized tho. > > On Mon, Jan 11, 2010 at 10:54 AM, Tommy <[email protected]> wrote: > > Hey Developers, > > > I was looking for suggestions on the best way of calling an asp.net web > > service from my android app. I am planning on using ksoap2 ? Is this a good > > route to go, or is that the only way to go? Do I have other options? What is > > the most efficient way if there are other options? > > > Much thanks in advance for your time and contribution! > > > -- > > 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]<android-developers%[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

