Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Wcf Duplex Service And Android Client? Any Possibilities

I have created a WCF duplex service and client in .NET and its working fine and its pretty good als… Read more Wcf Duplex Service And Android Client? Any Possibilities

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

Jsonobject Cannot Be Converted To Jsonarray

My Android application is expecting and array of usernames from my WCF Service using the following … Read more Jsonobject Cannot Be Converted To Jsonarray

How To Pass Object In Soap Request

In one of my app I want to send an Object to WCF service. This Object binds three data. I don't… Read more How To Pass Object In Soap Request

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