문제

I am experiencing this issue with a Soap Web Service I am creating. DateTime objects are not converted correctly and I end up with empty strings. I am using Zend Soap Server to build the service which is saving transactional data.

Is there a workaround to this issue besides converting it to a string? This seems to be a pretty fundamental problem with PHP's Soap implementation.

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

도움이 되었습니까?

해결책

I ended up having to use a String to handle this.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top