Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread XML-RPC
Fri, Dec 8 2006 5:03 AMPermanent Link

"Harry de Boer"
LS

A customer demands a link to another system for data-exchange. The company
that represents the other system is used to do things by means of XML-RPC.
We are completely newbies to this. I read some general info about XML-RPC,
but found no info about using it with Delphi (other then a dead link). So,
has anyone an idea if one could realise this with Delphi, and how?

D6  /  dbIsam.3.3

Regards, Harry

Fri, Dec 8 2006 2:18 PMPermanent Link

Julio Saucedo
Hi,

I have posted a sample of XML-RPC in Delphi on binaries NG.
Basically, you need to define the available remote functions
in the server, this functions will be called by the client,
that can be coded in some other distinct language, with parameters
if needed, the server will listen this calls, execute and returns
the results if is the case.
In my post in the binaries NG, the server is programmed in Delphi, using
the Delphi XML-RPC implementation available from
http://sourceforge.net/projects/delphixml-rpc/
and the client is compiled using java, netbeans and the Apache XML-RPC
implementation.
The calls use the HTTP protocol, so you won't have problems of firewalls
or something like that.

Hope that this can help you.

Regards.

Julio C. Saucedo Montenegro
Fri, Dec 8 2006 2:51 PMPermanent Link

"Andre Prins"
Harry de Boer wrote:

> LS
>
> A customer demands a link to another system for data-exchange. The
> company that represents the other system is used to do things by
> means of XML-RPC.  We are completely newbies to this. I read some
> general info about XML-RPC, but found no info about using it with
> Delphi (other then a dead link). So, has anyone an idea if one could
> realise this with Delphi, and how?
>
> D6  /  dbIsam.3.3
>
> Regards, Harry

Hallo Harry,

RealThinClient SDK from http://www.realthinclient.org/ supports XML-RPC.

HTH

Groeten,

--
André Prins
Twain Development
Image