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

Get Wcf Rest Get Request In Android

When I call to my WCF service using andoroid volley library it throw TimeOut Exception. This is my … Read more Get Wcf Rest Get Request In Android

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?

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

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

Wcf Rest Service 400 Bad Request

I have WCF RESTful service and Android client. Server replies with 400 when I do bigger request. It… Read more Wcf Rest Service 400 Bad Request

How To Consume Wcf .svc In Android

i red a lot of documents about, but i can't consume this .svc file. I've no problem with .A… Read more How To Consume Wcf .svc In Android