----- Original Message ----- From: "Lin, Yaxiong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 4:52 PM Subject: RE: Illegal control character error
> > John: > > I am making some progress here. I changed to use ISO8859_1, and > XmlRpcClient (instead of XmlRpcClientLite) and now the xmlrpc webserver is > receiving the request from the websphere client no problem. > > But I am getting the null object returned from the execute command. I have > the debug turned on on both client and server, but do not see any error or > exception. Any advice on how to debug this problem? Excellent! Do you use an IDE? Can you run the client under the IDE's debugger? That would let you trace the processing of the response. Otherwise I would suggest that you put system.out.prinln() calls into the XML-RPC code. John Wilson The Wilson Partnership http://www.wilson.co.uk
