-
Van: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] Namens Nilesh
Verzonden: Tuesday, August 30, 2011 12:51 PM
Aan: monodroid@lists.ximian.com
Onderwerp: Re: [mono-android] Calling SOAP based WCF service in monodroid
application
Hi,
I think, monodroid does not provide
Hi,
I think, monodroid does not provide full support for WCF web service. Due to
which we need to do mannual changes into the Reference.cs code file. This
file is get generated when we add a web reference in our project.
I think the below issue has the XML Serialization issue and due to which I
h
Hi,
I am intrested to call a web service in my monodroid application. Web
service is a
1) WCF service
2) SOAP based service
3) Secured web service (Https)
4) Hosted using BasicHttp binding on server (End point)
I have easily integrated this web service in my web based as well as desktop
based app