[Tickets #8347] soap getActionTimestamp return string instead of int
bugs at horde.org
bugs at horde.org
Mon Jun 15 16:39:29 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8347
------------------------------------------------------------------------------
Ticket | 8347
Created By | rpolli at babel.it
Summary | soap getActionTimestamp return string instead of int
Queue | Kronolith
Version | 2.3.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rpolli at babel.it (2009-06-15 12:39) wrote:
platform: php5/ubuntu
calling getActionTimestamp I got xsd:string instead of xsd:int
server.calendar.getActionTimestamp(
'20090601161710.17666fit6idh67za at example.com', 'add')
*** Incoming SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
...
<ns1:calendar.getActionTimestampResponse>
<return
xsi:type="xsd:string">1243865830</return></ns1:calendar.getActionTimestampResponse>
...
on php4/rhel4 return type is ok (int)
in wsdl I got:
<message name="calendar.getActionTimestampResponse">
<part name="output" type="xsd:int"/>
</message>
More information about the bugs
mailing list