Hi,

I've got a problem with xmlrpc library compiled with JDK 1.4. I took
"Calculator" sample, and it works fine with JDK 1.5. But, with JDK
1.4, whatever request I make it returns

<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
 <fault>
   <value>
     <struct>
       <member>
         <name>faultString</name>
         <value>javax/xml/namespace/NamespaceContext</value>
       </member>
       <member>
         <name>faultCode</name>
         <value><i4>0</i4></value>
       </member>
     </struct>
   </value>
 </fault>
</methodResponse>

I use the ws-commons-util-1.0-SNAPSHOT.jar, xmlrpc 3.0a1, JDK 1.4, tomcat 5.0
Ideas? ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to