Summary | browse method return bad value |
Queue | Turba |
Queue Version | 2.3.2 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | rpolli (at) babel (dot) it |
Created | 11/30/2009 (5755 days ago) |
Due | |
Updated | 12/23/2009 (5732 days ago) |
Assigned | 12/04/2009 (5751 days ago) |
Resolved | 12/23/2009 (5732 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
in the PHP shell.
complete PEAR_Error object.
Peace,
R.
complete PEAR_Error object.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ browse method return bad value
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
- error is "object hasn't 'key' property"
- all was fine in previous version
- method: browse("daniele@demo1.net/cac84e4112a3c4f40cbc651f6e8d9c19",
["modified"])
http trace follows
*** 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.browse xmlns:ns1="urn:horde" SOAP-ENC:root="1">
<v1
xsi:type="xsd:string">daniele@demo1.net/cac84e4112a3c4f40cbc651f6e8d9c19</v1>
<v2 SOAP-ENC:arrayType="xsd:string[1]" xsi:type="SOAP-ENC:Array">
<item>modified</item>
</v2>
</ns1:contacts.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/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>SOAP-ERROR: Encoding: object hasn't 'key'
property</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
************************************************************************
*** faultType: <Fault SOAP-ENV:Server: SOAP-ERROR: Encoding: object
hasn't 'key' property>