Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-27 Thread Inoussa OUEDRAOGO
Hi. Michael, I agree with you for the separation of concerns. The new design use : TAbstractTransport for the transport layer ( specialization could be HTTP, TCP, ...). TAbstractFormater for the serialization of content ( specialization could be SOAP, XML-RPC, custom

Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-24 Thread Vincent Snijders
Inoussa OUEDRAOGO schreef: Hi. My congratulations to the FPC team and Lazarus team. I'am working on this toolkit, to add Web Service support to FPC and Lazarus. My aim is to merge it with the FCL (LCL). The attached archive contains all the source code and a documentation file ( OpenDocument

Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-24 Thread Inoussa OUEDRAOGO
I have no idea, if this is going to be added to the FCL, (that is more appropiate than the LCL), but I do think it is a good idea to put this package on the Lazarus Code and Components Repository. Some people might try and test it. If you are interested in create a new entry for it on

Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-24 Thread Inoussa OUEDRAOGO
Does it use the xmlrpc unit from the FCL (http://svn.freepascal.org/svn/fpc/trunk/fcl/net/)? Does it overlap regarding functionality? It uses DOM, xmlread and xmlwrite units. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-24 Thread Inoussa OUEDRAOGO
Does it overlap regarding functionality? This package have a different goal; The primary goal is to expose services as normal fpc interfaces by providing a proxy implementation as Delphi does; please take a look at the doc file. ___ fpc-devel maillist

Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-24 Thread Vincent Snijders
Inoussa OUEDRAOGO schreef: Does it overlap regarding functionality? This package have a different goal; The primary goal is to expose services as normal fpc interfaces by providing a proxy implementation as Delphi does; please take a look at the doc file. Unfortuanately, I don't have

Re: [fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-24 Thread Inoussa OUEDRAOGO
2006/4/24, Michael Van Canneyt [EMAIL PROTECTED]: On Mon, 24 Apr 2006, Inoussa OUEDRAOGO wrote: Does it overlap regarding functionality? This package have a different goal; The primary goal is to expose services as normal fpc interfaces by providing a proxy implementation as Delphi does;

[fpc-devel] Web Service Toolkit For FPC Lazarus

2006-04-23 Thread Inoussa OUEDRAOGO
Hi. My congratulations to the FPC team and Lazarus team. I'am working on this toolkit, to add Web Service support to FPC and Lazarus. My aim is to merge it with the FCL (LCL). The attached archive contains all the source code and a documentation file ( OpenDocument format, I use OpenOffice 2.0 to