Bugs item #2895198, was opened at 2009-11-10 14:56
Message generated for change (Tracker Item Submitted) made by markov3
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=117691&aid=2895198&group_id=17691Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mark Overmeer (markov3)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML-RPC error code always 0
Initial Comment:
("always" may be too strong: for each of the errors I have seen until now) Running 1.4.0.
The error string is ok, but the code is always 0. For instance:
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>getCreationDate</methodName>
<params><param><value><string>/xx</string></value></param></params>
</methodCall>
results in:
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse xmlns:ex="
http://ws.apache.org/xmlrpc/namespaces/extensions">
<fault><value>
<struct><member><name>faultCode</name>
<value><i4>0</i4></value></member>
<member><name>faultString</name>
<value>Failed to invoke method getCreationDate in class
org.exist.xmlrpc.RpcConnection: collection /xx not
found</value></member></struct>
</value></fault>
</methodResponse>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=117691&aid=2895198&group_id=17691------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
Exist-open mailing list
Exist-open@...
https://lists.sourceforge.net/lists/listinfo/exist-open