Hi Panos Moses server doesn't support any authentication. It also has no concept of 'session', since it is completely stateless.
If you're looking for authentication, then you probably want to add another layer between your clients and the moses server that can do authentication (and probably tokenisation and sentence splitting). Moses server is only designed to do translation, and nothing else, so it wouldn't normally be exposed to clients in its naked form. To use the 'system' argument, you should add it to the params hash. best regards - Barry On Thursday 23 Jun 2011 09:24:10 Panagiotis Kanavos wrote: > Hi all, > I'd like to know if it is possible to use an authentication method between > clients and a Moses server through XMLRPC. Also, does the Moses XMLRPC > server allow consistent connections (sessions) and how? Finally, Moses > manual states that it is possible for clients to choose models using a > "system" argument in the "translate" method. So, in that case, does the > method syntax become "server.translate(params,system='de')" for example? > Thank you in advance. > Panos Kanavos > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
