Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wcf

Unable To Post Data To Wcf From Android

I'm trying to send data to WCF service from an Android Application but somehow the service does… Read more Unable To Post Data To Wcf From Android

Bad Request When Making A Call To A Rest Wcf Webservice

I'm writing an Android application and a WCF REST service to call from it. When I try to make a… Read more Bad Request When Making A Call To A Rest Wcf Webservice

System.net.webexception: Error: Nameresolutionfailure When Calling Wcf Services Throwing Exception In Mono Android Application

I am working on Mono Android Mobile applicaiton. I am calling my WCF Services in my applicaiton, I … Read more System.net.webexception: Error: Nameresolutionfailure When Calling Wcf Services Throwing Exception In Mono Android Application

In Android How To Post Data To Webservice Which Is Created In Wcf?

I am new to C# webservice developed using WCF framework. And I have to post data in URL. My URL is … Read more In Android How To Post Data To Webservice Which Is Created In Wcf?

Trouble In Receiveing Byte [] From Wcf Ksoap2 To Android

I am trying to send images from wcf ksoap2 to android. At wcf side I have converted all images into… Read more Trouble In Receiveing Byte [] From Wcf Ksoap2 To Android

Upload Base64 Encoding Image To WCF Service From Android

I have an Android program that can upload an image to a WCF service. The WCF service accepts a JSON… Read more Upload Base64 Encoding Image To WCF Service From Android