[Tickets #8340] Re: bad xml response returned by calendar.browse
bugs at horde.org
bugs at horde.org
Thu Jun 11 10:44:08 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8340
------------------------------------------------------------------------------
Ticket | 8340
Updated By | rpolli at babel.it
Summary | bad xml response returned by calendar.browse
Queue | Kronolith
Version | 2.3.1
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rpolli at babel.it (2009-06-11 06:44) wrote:
> I don't see such responses with either the soap or PhpSoap RPC
> server backend.
Communication trace follows, hih
(Pdb) server.calendar.browse("user01",None)
*** 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:calendar.browse xmlns:ns1="urn:horde" SOAP-ENC:root="1">
<v1 xsi:type="xsd:string">user01</v1>
<v2 xsi:null="1"/>
</ns1:calendar.browse>
</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: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/"
xmlns:ns4="urn:horde"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns4:calendar.browseResponse>
<return xsi:type="ns4:hashHash">
<kronolith/user01/user01>
<name xsi:type="xsd:string">Events from user01's Calendar</name>
<icon
xsi:type="xsd:string">/horde-webmail/kronolith/themes/graphics/kronolith.png</icon>
<browseable xsi:type="xsd:boolean">true</browseable></kronolith/user01/user01>
<kronolith/user01/user01.ics>
<name xsi:type="xsd:string">user01's Calendar</name>
<icon
xsi:type="xsd:string">/horde-webmail/kronolith/themes/graphics/mime/icalendar.png</icon>
<browseable
xsi:type="xsd:boolean">false</browseable></kronolith/user01/user01.ics></return></ns4:calendar.browseResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
************************************************************************
*** SAXParseException: <unknown>:12:11: not well-formed (invalid token)
More information about the bugs
mailing list