Hi folks, I have a small .net 2.0 plugin that I built which runs fine in Visual Studio debug mode. When I run it on the server I get the following error when trying to access the sessionservice web service:
<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF="https:// 192.168.1.2/cms/services/sessionservice.asmx">here</a>.</body> I read a thread on cookieless session state not playing well with web services, so I switched to cookieless=false in my web.config file, mode= InProc (but it didn't help.) I assume the error message is slightly cryptic - i.e. the problem isn't that anything has actually moved. The error occurs when I try call the login method. It blows up here in the stack: System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +431201 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204 sparkPlug.RDSessionService.SessionService.Login(String userName, String password) Has anyone run into this? Any help would be appreciated. Cheers! Wayne. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
