From: Carl J. M. <cm...@mo...> - 2001-10-16 15:15:35
|
I just downloaded xmlrpc. I am using JBuilder and noticed the project file (cool). When I try to build the project I get the following error: "XmlRpcClient.java": Error #: 300 : variable zippedStream not found in class marquee.xmlrpc.XmlRpcClient at line 267, column 60 I suspect the problem is staring me in the face because zippedStream is referenced a few lines above. Hints? BTW I picked up XMLRPC because I have a need to return and object/class (I was working with something else that seems to lack this functionality). I spent a bit of time reading about XMLRPC and I have found conflicting statements on this point. Does returning something besides a simple type violate the xml-rpc standard? (Certainly the "struct" is documented in the standard but I seen references to this being a problem.) TIA, Carl J. Mosca |