Thanks Jian. Actually, I have a service which polls a file(s) in an /input directory, does some processing and moves the file(s) to the /processed directory. The problem is that it's not polling the file(s). I get this error in the Event Viewer
Error trying to connect to CMS server: The request failed with HTTP status 403: Forbidden. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at RedDotInterface.RedDot.SessionService.SessionService.Login(String userName, String password) at RedDotInterface.RQL.Session.RqlSession.StartSession() at TorranceNotifyService.TorranceNotifyService.ProcessFiles() In the config file for the service there's a line which adds a key <add key="RedDotWebServices" value="http://10.20.1.165/cms/navigation/services"/> <!-- For versions previous to 10, use http://[server_name_or_ip]/cms/services --> It might be something in the service but I'm trying to see if there's something I can do. As always, appreciate the help. Mark On Thursday, March 20, 2014 7:15:50 AM UTC-7, Jian Huang wrote: > > Hi Mark, > > In 11.x, it is in /cms/WebService/RqlWebService.svc > > Also, this explains the history of the rql webservice > > http://simplyreddot.blogspot.com/2013/05/evolution-of-rql-and-management-server.html > > -Jian > > On Thursday, March 20, 2014 1:20:04 AM UTC-4, Mark Iinuma wrote: >> >> Does anyone know what directory RedDotWebServices is in v11.2? >> I believe in v10.1 it's /CMS/Navigation/Services >> >> Thanks >> >> -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/d/optout.
