Summary | soap getActionTimestamp return string instead of int |
Queue | Kronolith |
Queue Version | 2.3.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | rpolli (at) babel (dot) it |
Created | 06/15/2009 (5882 days ago) |
Due | |
Updated | 06/16/2009 (5881 days ago) |
Assigned | |
Resolved | 06/16/2009 (5881 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
http://lists.horde.org/archives/horde/Week-of-Mon-20090615/037730.html
Assigned to Jan Schneider
State ⇒ Resolved
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ soap getActionTimestamp return string instead of int
Type ⇒ Bug
State ⇒ Unconfirmed
calling getActionTimestamp I got xsd:string instead of xsd:int
server.calendar.getActionTimestamp(
'20090601161710.17666fit6idh67za@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>