Re: [lazarus] SOAP DateTime

2007-12-05 Thread Flávio Etrusco
On Dec 4, 2007 5:55 AM, A.J. Venter [EMAIL PROTECTED] wrote: Hi guys, I'm busy writing a SOAP client, and I'm a little stuck formatting a datetime to be SOAP compatible. What SHOULD a SOAP datetime string look like ? Is there a function to produce one from a TDateTime ? I tried to write a

Re: [lazarus] SOAP DateTime

2007-12-04 Thread Jeff Steinkamp
- Original Message - From: A.J. Venter [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Tuesday, December 04, 2007 00:55 Subject: [lazarus] SOAP DateTime Hi guys, I'm busy writing a SOAP client, and I'm a little stuck formatting a datetime to be SOAP compatible. What SHOULD a SOAP

Re: [lazarus] SOAP DateTime

2007-12-04 Thread Graeme Geldenhuys
On 04/12/2007, A.J. Venter [EMAIL PROTECTED] wrote: Here is a sample generated by my current code: FromDateTime2007-12-03T15:10:45.000Z/FromDateTime Does anybody know how it should be changed ? PS. The Z I found in a website sample which I used to generate this much... what does it mean ?

Re: [lazarus] SOAP DateTime

2007-12-04 Thread A.J. Venter
are right later. But I still can't be sure why I am getting error 400's :S A.J. On 12/4/07, Jeff Steinkamp [EMAIL PROTECTED] wrote: - Original Message - From: A.J. Venter [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Tuesday, December 04, 2007 00:55 Subject: [lazarus] SOAP DateTime

[lazarus] SOAP DateTime

2007-12-03 Thread A.J. Venter
Hi guys, I'm busy writing a SOAP client, and I'm a little stuck formatting a datetime to be SOAP compatible. What SHOULD a SOAP datetime string look like ? Is there a function to produce one from a TDateTime ? I tried to write a simple FormateDateTime function to do it, but I must have a detail