[Tickets #8731] getActionTimestamp return bad value in soap
bugs at horde.org
bugs at horde.org
Wed Nov 25 23:16:32 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8731
------------------------------------------------------------------------------
Ticket | 8731
Created By | rpolli at babel.it
Summary | getActionTimestamp return bad value in soap
Queue | Turba
Version | FRAMEWORK_3
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rpolli at babel.it (2009-11-25 18:16) wrote:
horde webmail 3.3.5 / turba 2.3.2
getActionTimestamp always return 0. http trace follows
(Pdb) print
server.contacts.getActionTimestamp("20091125212217.12527jgoulnhlpmh at newwebmail.eng.it","add")
*** Outgoing SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
>
<SOAP-ENV:Body>
<ns1:contacts.getActionTimestamp xmlns:ns1="urn:horde" SOAP-ENC:root="1">
<v1
xsi:type="xsd:string">20091125212217.12527jgoulnhlpmh at newwebmail.eng.it</v1>
<v2 xsi:type="xsd:string">add</v2>
</ns1:contacts.getActionTimestamp>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
************************************************************************
*** Incoming SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="urn:horde" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:contacts.getActionTimestampResponse><output
xsi:type="xsd:int">0</output></ns1:contacts.getActionTimestampResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
************************************************************************
More information about the bugs
mailing list