Good thought, but no, it's on 9.x That said, you helped me solve it indirectly.
When I check to see that the services were indeed there, I realized that I was using the wrong protocol. While http quickly switched to https in a simple browse to the service (and so I didn't notice it), it didn't work when hitting it via C#. And so, I forgot to switch the web.config file to https. So, I guess the message was more simple than I thought - the service was moved (sort of) - to https. Cheers! Wayne. On Jun 22, 2:53 am, Tony Gayter <[email protected]> wrote: > Have you updated to reddot 10? The webservices have moved (as per the error > message) > > On 21 June 2010 21:12, Wayne Bouwmeester <[email protected]>wrote: > > > 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]<reddot-cms-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/reddot-cms-users?hl=en. -- 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.
