Session for web service

G

Guest

I am using a web service which is added as a reference in a pocket pc
application

I try to implement this with System.Net.CookieContainer but as i am working
for a pocket pc this class is not available

Then i try to create a webservice that maintaining sessions without cookies
I edit web.config file cookieless="true" and try to use
[WebMethod(EnableSession = true)]
but it gave me the followin error

Server found request content type to be 'text/html; charset=utf-8', but
expected 'text/xml'."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top