Hi, i'm using SoapServer and SoapClient classes to do some RPC and transfer data. Some of my models have DateTime-objects as fields and i need to pass them through SOAP WSDL layer without loosing data. How can i accomplish this? According to this: https://bugs.php.net/bug.php?id=44383 PHP DateTime's are not converted to xsd:datetime automatically.