views:

64

answers:

1

I am using Ksoap2-Android for consuming the WCF Services.

For the dotnet client we keep the allowCookies="true" in our binding configuration and it sends the same sessionid and keeps my sessions intact in my WCF services (My services are interdependent and use the sessions).

Any one know any such setting for ksoap2-android, that will allow me to consume the WCF service keeping my session intact on the server.

Currently when i make a new call to the service, the sessionid gets changed and all my session variables clear out and loose their values.

A: 

Did you found the answer, if so please reply here.

thomas

related questions