<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>bad xml response returned by calendar.browse</title> 
  <pubDate>Wed, 08 Apr 2026 05:07:41 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8340</link> 
  <atom:link rel="self" type="application/rss+xml" title="bad xml response returned by calendar.browse" href="https://bugs.horde.org/ticket/8340/rss" /> 
  <description>bad xml response returned by calendar.browse</description> 
 
   
   
  <item> 
   <title>calendar.browse return xml claimed as bad from SAX (both jav</title> 
   <description>calendar.browse return xml claimed as bad from SAX (both java and python)

maybe slashes can&#039;t be part of one tag..



&lt;kronolith/user/cal&gt;



...

&lt;/kronolith/user/cal&gt;



&lt;kronolith/user/cal.ics&gt;



...

&lt;/kronolith/user/cal.ics&gt;



</description> 
   <pubDate>Wed, 10 Jun 2009 14:19:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54517</link> 
  </item> 
   
  <item> 
   <title>How are you accessing the method to get that response?</title> 
   <description>How are you accessing the method to get that response?</description> 
   <pubDate>Thu, 11 Jun 2009 03:50:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54526</link> 
  </item> 
   
  <item> 
   <title>&gt; How are you accessing the method to get that response?

th</title> 
   <description>&gt; How are you accessing the method to get that response?

that&#039;s a python howto http://vaunaspada.babel.it/blog/?p=128



the python call is:

&gt;&gt;&gt; server.calendar.browse(&quot;user1/user1/&quot;, [ &quot;modified&quot;])



Let me know + Peace,

R.</description> 
   <pubDate>Thu, 11 Jun 2009 08:58:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54530</link> 
  </item> 
   
  <item> 
   <title>I don&#039;t see such responses with either the soap or PhpSoap R</title> 
   <description>I don&#039;t see such responses with either the soap or PhpSoap RPC server backend.</description> 
   <pubDate>Thu, 11 Jun 2009 10:23:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54533</link> 
  </item> 
   
  <item> 
   <title>&gt; I don&#039;t see such responses with either the soap or PhpSoap</title> 
   <description>&gt; I don&#039;t see such responses with either the soap or PhpSoap RPC server 

&gt; backend.

Communication trace follows, hih



(Pdb) server.calendar.browse(&quot;user01&quot;,None)

*** Outgoing SOAP ******************************************************

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;                                  

&lt;SOAP-ENV:Envelope                                                      

  SOAP-ENV:encodingStyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;    

  xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;            

  xmlns:xsi=&quot;http://www.w3.org/1999/XMLSchema-instance&quot;                 

  xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;            

  xmlns:xsd=&quot;http://www.w3.org/1999/XMLSchema&quot;                          

&gt;                                                                       

&lt;SOAP-ENV:Body&gt;                                                         

&lt;ns1:calendar.browse xmlns:ns1=&quot;urn:horde&quot; SOAP-ENC:root=&quot;1&quot;&gt;           

&lt;v1 xsi:type=&quot;xsd:string&quot;&gt;user01&lt;/v1&gt;                    

&lt;v2 xsi:null=&quot;1&quot;/&gt;                                                      

&lt;/ns1:calendar.browse&gt;                                                  

&lt;/SOAP-ENV:Body&gt;                                                        

&lt;/SOAP-ENV:Envelope&gt;                                                    

************************************************************************

*** Incoming SOAP ******************************************************

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;                                  

&lt;SOAP-ENV:Envelope                                                      

 xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;             

 xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;                           

 xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;                  

 xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;

 xmlns:ns4=&quot;urn:horde&quot;

 SOAP-ENV:encodingStyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;&gt;

&lt;SOAP-ENV:Body&gt;

&lt;ns4:calendar.browseResponse&gt;

&lt;return xsi:type=&quot;ns4:hashHash&quot;&gt;

&lt;kronolith/user01/user01&gt;

&lt;name xsi:type=&quot;xsd:string&quot;&gt;Events from user01&#039;s Calendar&lt;/name&gt;

&lt;icon xsi:type=&quot;xsd:string&quot;&gt;/horde-webmail/kronolith/themes/graphics/kronolith.png&lt;/icon&gt;

&lt;browseable xsi:type=&quot;xsd:boolean&quot;&gt;true&lt;/browseable&gt;&lt;/kronolith/user01/user01&gt;

&lt;kronolith/user01/user01.ics&gt;

&lt;name xsi:type=&quot;xsd:string&quot;&gt;user01&#039;s Calendar&lt;/name&gt;

&lt;icon xsi:type=&quot;xsd:string&quot;&gt;/horde-webmail/kronolith/themes/graphics/mime/icalendar.png&lt;/icon&gt;

&lt;browseable xsi:type=&quot;xsd:boolean&quot;&gt;false&lt;/browseable&gt;&lt;/kronolith/user01/user01.ics&gt;&lt;/return&gt;&lt;/ns4:calendar.browseResponse&gt;

&lt;/SOAP-ENV:Body&gt;

&lt;/SOAP-ENV:Envelope&gt;

************************************************************************

*** SAXParseException: &lt;unknown&gt;:12:11: not well-formed (invalid token)



</description> 
   <pubDate>Thu, 11 Jun 2009 10:44:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54534</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; I don&#039;t see such responses with either the soap or PhpSoa</title> 
   <description>&gt;&gt; I don&#039;t see such responses with either the soap or PhpSoap RPC server

&gt;&gt; backend.

sorry, it seems it&#039;s related to that complex-type issue.. re-enabling the wsdl request in ./lib/Horde/RPC/soap.php  the response is ok.



so, my fault..*sorry* :( anyway I&#039;m still wondering if there&#039;s a way to avoid that



Peace, R.</description> 
   <pubDate>Thu, 11 Jun 2009 10:52:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54535</link> 
  </item> 
   
  <item> 
   <title>Looks like your are using PEAR SOAP on the server-side. Do y</title> 
   <description>Looks like your are using PEAR SOAP on the server-side. Do you use the latest version? If yes, try installing the soap extension instead.</description> 
   <pubDate>Thu, 11 Jun 2009 11:01:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54537</link> 
  </item> 
   
  <item> 
   <title>&gt; Looks like your are using PEAR SOAP on the server-side. Do</title> 
   <description>&gt; Looks like your are using PEAR SOAP on the server-side. Do you use 

&gt; the latest version? If yes, try installing the soap extension instead.

# PEAR Search Path (PHP&#039;s include_path):  /var/www/horde-webmail/lib:/var/www/horde-webmail/lib/../pear



I&#039;m using the released distributed with horde. Do I have to use /usr/share/php instead?</description> 
   <pubDate>Tue, 16 Jun 2009 09:58:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54581</link> 
  </item> 
   
  <item> 
   <title>&gt; I&#039;m using the released distributed with horde. Do I have t</title> 
   <description>&gt; I&#039;m using the released distributed with horde. Do I have to use 

&gt; /usr/share/php instead?



No, you should have the latest version then. But still:



&gt;&gt; the latest version? If yes, try installing the soap extension instead.</description> 
   <pubDate>Tue, 16 Jun 2009 10:19:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54585</link> 
  </item> 
   
  <item> 
   <title>I upgraded all pear pkgs as quoted down.

On which system (p</title> 
   <description>I upgraded all pear pkgs as quoted down.

On which system (php/distro) do you run horde?

thx again,

R.

---



&gt;&gt;&gt; the latest version? If yes, try installing the soap extension instead.

root:/var/www/horde-webmail# pear install soap

pear/soap is already installed and is the same as the released version 0.12.0



    * PEAR Search Path (PHP&#039;s include_path):  /var/www/horde-webmail/lib:/var/www/horde-webmail/lib/../pear

    * PEAR: Yes

    * Recent PEAR: Yes

    * Mail: Yes

    * Mail_Mime: Yes

    * Mail_mimeDecode: Yes

    * Log: Yes

    * DB: Yes

    * MDB2: Yes

    * Net_Socket: Yes

    * Date: Yes

    * Auth_SASL: Yes

    * HTTP_Request: Yes

    * HTTP_WebDAV_Server: Yes

    * Net_SMTP: Yes

    * Services_Weather: Yes

    * Cache: Yes

    * XML_Serializer: Yes





</description> 
   <pubDate>Tue, 16 Jun 2009 10:35:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54587</link> 
  </item> 
   
  <item> 
   <title>Please take this to the mailing list, this not a support for</title> 
   <description>Please take this to the mailing list, this not a support forum. Also, your are still only working with PEAR SOAP package, not the PHP soap extension.</description> 
   <pubDate>Tue, 16 Jun 2009 10:39:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8340#t54588</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
