This is a migrated thread and some comments may be shown as answers.

Binding datasource to method of XML RPC server

0 Answers 66 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 24 Jul 2012, 02:26 PM
I have an XML RPC server which has a method to return data from a database when it is called. I want to bind a datasource to this method so that I can use this data in a grid. However, I haven't been able to find an example which shows this sort of thing. Is this possible, and if so could someone point me in the direction of an example? The POST request which I can send to the server to access the method looks like this:

<?xml version="1.0"?>
<methodCall>
<methodName>breq.getBreqs</methodName>
<params>></params>
</methodCall>

No answers yet. Maybe you can help?

Tags
Data Source
Asked by
Paul
Top achievements
Rank 1
Share this question
or