Re: [fpc-pascal] Web Service Toolkit - Questions

2007-06-07 Thread Michael Van Canneyt
On Thu, 7 Jun 2007, Johann Glaser wrote: > Hi! > > > > Studying the WST Wiki page > > > http://wiki.freepascal.org/Web_Service_Toolkit I found that it seems not > > > to be possible to serialize records. What is the difficulty implementing > > > that? > > > > None, I suppose, except that you mu

Re: [fpc-pascal] Web Service Toolkit - Questions

2007-06-07 Thread Johann Glaser
Hi! > > Studying the WST Wiki page > > http://wiki.freepascal.org/Web_Service_Toolkit I found that it seems not > > to be possible to serialize records. What is the difficulty implementing > > that? > > None, I suppose, except that you must parse it :-) I see. Are there any problems in the transp

Re: [fpc-pascal] Web Service Toolkit - Questions

2007-06-07 Thread Michael Van Canneyt
On Thu, 7 Jun 2007, Johann Glaser wrote: > Hi! > > Studying the WST Wiki page > http://wiki.freepascal.org/Web_Service_Toolkit I found that it seems not > to be possible to serialize records. What is the difficulty implementing > that? None, I suppose, except that you must parse it :-) > How

[fpc-pascal] Web Service Toolkit - Questions

2007-06-07 Thread Johann Glaser
Hi! Studying the WST Wiki page http://wiki.freepascal.org/Web_Service_Toolkit I found that it seems not to be possible to serialize records. What is the difficulty implementing that? How can I transport a record between two programs? I'd like to have the same memory footprint (because it is forwa