Bug #44383 [Opn->Fbk]: PHP DateTime not converted to xsd:datetime

2012-12-23 Thread mj
Edit report at https://bugs.php.net/bug.php?id=44383&edit=1

 ID: 44383
 Updated by: m...@php.net
 Reported by:kevin dot craft at gmail dot com
 Summary:PHP DateTime not converted to xsd:datetime
-Status: Open
+Status: Feedback
 Type:   Bug
 Package:SOAP related
 Operating System:   *
 PHP Version:5.*, 6 (2009-08-07
-Assigned To:
+Assigned To:mj
 Block user comment: N
 Private report: N

 New Comment:

David, I applied your patch to 5.6.0-dev but all the new tests are failing due 
to 
empty responses from SoapServer. Do you have 
some cycles to look into this?


Previous Comments:

[2012-05-03 10:33:48] andyidol at gmail dot com

Please fix this! I beg you )


[2012-01-25 19:44:20] frozenf...@php.net

I've encountered this issue today, and it would be really wonderful to have 
this 
patch applied.


[2010-10-18 17:43:04] aldekein at myevil dot info

It still does not work after 2.5 years in PHP 5.3.1 on Windows.

Maybe this patch should be applied to official PHP branch?


[2009-08-07 15:23:57] david dot zuelke at bitextender dot com

Updated patch and tests: http://pastie.org/575559


[2009-06-29 08:56:29] lsm...@php.net

Reopening since we now have a patch.




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=44383


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=44383&edit=1


#44383 [Opn->Fbk]: PHP DateTime not converted to xsd:datetime

2009-04-28 Thread jani
 ID:   44383
 Updated by:   j...@php.net
 Reported By:  kevin dot craft at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: SOAP related
 Operating System: Windows XP
-PHP Version:  5.2.5
+PHP Version:  5.2.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




Previous Comments:


[2008-12-10 13:44:17] martijn dot zijlstra at gmail dot com

still not fixed in 5.2.6-0.dotdeb.1



[2008-06-30 12:00:56] r dot janssen at keensystems dot eu

I am, too, looking for a solution for this problem.
I can specify parameters as dateTime type but when generating the WSDL
the generation stops and does nothing.



[2008-05-13 04:40:11] barth at pbx-network dot de

Anyone has a soluiton or workaround for this issue?  How can a
date/time been passed over to a webservice endpoint?



[2008-03-17 01:17:47] kevin dot craft at gmail dot com

Exactly. The SOAP extension should know what format to output the
DateTime as because it should be specified as a W3C standard somewhere
in the SOAP or XML Schema definition. When the SOAP extension encounters
an xsd:datetime (or related type), it should output the DateTime object
according to the standard for that type.



[2008-03-16 07:09:07] der...@php.net

We can't add __toString() to the date class, as it would have no idea
on which format to use to render it. So it should be done in the SOAP
ext.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/44383

-- 
Edit this bug report at http://bugs.php.net/?id=44383&edit=1