[android-developers] Re: How To Consume .NET Web Services via Android Mobile Device

2011-02-15 Thread NickT
Some examples here: http://www.anddev.org/calling_a_web_service_from_android-t348.html http://ankitk.wordpress.com/2010/06/28/soap-web-service-call-in-android/ If you are using .NET, don't forget to add .dotNet = true ! SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelo

[android-developers] Re: How To Consume .NET Web Services via Android Mobile Device

2011-02-14 Thread JAlexoid (Aleksandr Panzin)
http://www.google.com/search?q=java+io+tutorial You are not getting any errors BTW. On 6 фев, 22:33, ROH wrote: > Hi Fellow Android Developers, > > I have fairly new to the development of Android mobile applications. > In one of my applications that I have developed, I want to consume > a .NET w

[android-developers] Re: How To Consume .NET Web Services via Android Mobile Device

2011-02-13 Thread Adam Tybor
If you control the webservices, my best suggestion is don't use SOAP with WCF. Expose REST or POX bindings for WCF. You can then use libraries like Simple XML to parse the xml into entities or if its a big payload you can use the built in SAX parsers or XML pull parsers. Adam -- You receive