Session for web service

  • Thread starter Thread starter Guest
  • Start date Start date
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'."
 
Back
Top