Hi,

I am using Moses as service. To make testing easier I would like send rest call 
with a small REST gui client. Therefore, I have to to put the XMLRPC request 
together manually.

The doc says: "To access the Moses server, an XMLRPC request should be sent to 
http://host:port/RPC2 where the parameter is a map containing the keys text and 
(optionally) align."

This xml below does not work, and I cannot leave out the method-name, how does 
the call look like?

Kind regards,
Martin


<?xml version="1.0"?>
<methodCall>
   <methodName>text</methodName>
      <params>
         <param>
            <value>house</value>
         </param>
      </params>
</methodCall>




--

Dr. Martin Gütlein

Hella Gutmann Solutions GmbH
Data Scientist
System Engineering

Am Krebsbach 2
79241 IHRINGEN
Tel:    +49 (0)7668 9900 1852
Mobil:  +49 (0)1776239499
E-Mail: [email protected]
Web:    www.hella-gutmann.com


________________________________

--
Hella Gutmann Solutions GmbH * Unternehmensform: Gesellschaft mit beschraenkter 
Haftung *
Firmensitz: 79241 Ihringen * Eingetragen im Handelsregister: AG Freiburg i.Br., 
HRB 290194 * Geschaeftsfuehrer: Rolf Kunold * USt-IdNr.: DE142208666
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to