cvs commit: ws-xmlrpc/src/java/org/apache/xmlrpc/applet SimpleXmlRpcClient.java

2004-05-14 Thread dlr
dlr 2004/05/14 08:22:53 Modified:src/java/org/apache/xmlrpc/applet SimpleXmlRpcClient.java Log: * src/java/org/apache/xmlrpc/applet/SimpleXmlRpcClient.java setType(int): Corrected initialization of value and array instance members, which needed to be set to the same

Re: bug SimpleXmlRpcClient with struct and array return types

2004-05-14 Thread Daniel Rall
Stefaan Nachtergaele wrote: jdk1.4.2 xmlrpc v1.2-b1 Using XmlRpcApplet to connect to WebServer. Calling the Echo Handler. When the object to echo is a Hashtable or Vector the object receieved by the applet is an empty vector. I've confirmed that the correct XML is being received by

Re: unsigned applet fix

2004-05-14 Thread Daniel Rall
Huffman, Ken wrote: So my unsigned applet fix is not going in? Resend a non line-wrapped version with the full change log. Thanks!