Hello,

I just made some  test with XML-RPC. When I played around with some 
exceptions I got the following response from the server:

<?xml version="1.0" encoding="ISO-8859-1"?>
<methodResponse>
     <fault>
         <value>
             <struct>
                 <member>
                     <name>faultString</name>
                     <value>java.lang.Exception: 
java.lang.RuntimeException</value>
                 </member>
                 <member>
                     <name>faultCode</name>
                     <value><int>0</int></value>
                 </member>
             </struct>
         </value>
     </fault>
</methodResponse>

I'm wondering about the part after <name>faultString</name>. Isn't it 
supposed to be <value><string>java.lang.Exception: 
java.lang.RuntimeException</string></value>? Can somebody confirm this 
or am I doing something wrong?

Greetings,
Bj�rn

BTW: I'm using xml-rpc 1.1
--
Bj�rn Bubbat <[EMAIL PROTECTED]>
ilink Kommunikationssysteme GmbH
Hoffeldstra�e 88
40235 D�sseldorf

Tel: +49 211 239468-122
Fax: +49 211 239468-199

Reply via email to