Updates:
Summary: Document that remote library interface supports only standard XML-RPC and no extensions
        Status: Accepted
Labels: -Type-Defect -Priority-Medium Type-Documentation Priority-Low Target-2.8.2

Comment #5 on issue 1489 by pekka.klarck: Document that remote library interface supports only standard XML-RPC and no extensions
http://code.google.com/p/robotframework/issues/detail?id=1489

Based on that bug report and Apache XML-RPC docs referenced there <http://ws.apache.org/xmlrpc/types.html>, it seems that the remote server uses a custom XML-RPC extension. I don't think we need to support such extensions because:

1) Everything Robot's remote interface needs can be done with standard XML-RPC. 2) Python's xmlrpclib doesn't support these extensions so we needed to extend it ourselves. That is non-trivial.

The easiest solution to this problem is turning the custom extension off. On Robot side we should, however, document that the remote interface only supports standard XML-RPC. I'm reopening this as a documentation issue. Patches are obviously accepted if someone is interested in adding support for the offending extension.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to