Hi Vineet

I'm afraid I know nothing about .NET. I have used clients written in Java, 
PHP, Perl and Python with mosesserver, and they all work fine, but can be 
fiddly 
trying to map the xmlrpc data structures into the language.

Did you try the perl client?

You could try tracing the xmlrpc calls to see what messages come through when 
you run with the .NET client, and with the perl client. To do this, just run

export XMLRPC_TRACE_XML=1

before starting the server.

See http://xmlrpc-c.sourceforge.net/doc/libxmlrpc_server++.html#trace_xml

Hope that helps,

regards
Barry

On Wednesday 28 Apr 2010 10:09:43 Vineet Kashyap wrote:
> Hi Barry
> 
> The idea of using mosesserver was to build myself a xmlrpc client using
>  .NET
> 
> I downloaded the xmlrpc.net package managed to build myself something that
> should work but every time i try to send request to server i get
> XmlRpcFaultException
> thrown : Method call not defined.
> 
> So far i have tried using Dictionary, Key Value Pair, Hashtable similar to
> %params as defined in client.perl
> 
> >From the client side i get: 192.168.0.4:56003 - no user -
> > [28/Apr/2010:04:53:52
> 
> - 1200] "POST" 200 516 after enabling the --server-log switch. Oh, by the
>  way you might want to update the manual as -server-log is an invalid
>  switch.
> 
> Anyways can you point me in the right direction as it appears both
>  client-server are talking but somehow not sure about the method
>  implemented on the server side: i need to know its return value and
>  arguments.
> 
> Regards,
> 
> Vineet
> 
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
> 

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to