6.0.0-beta1
7/23/25

[#8347] soap getActionTimestamp return string instead of int
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

History
06/16/2009 03:07:01 PM rpolli (at) babel (dot) it Comment #3 Reply to this comment
Fixed (in History.php).
pls see also thread 
http://lists.horde.org/archives/horde/Week-of-Mon-20090615/037730.html
06/16/2009 01:00:30 PM Jan Schneider Comment #2
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Fixed (in History.php).
06/15/2009 04:39:29 PM rpolli (at) babel (dot) it Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ soap getActionTimestamp return string instead of int
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
platform: php5/ubuntu

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>




Saved Queries