Paul:
The garbled text I attached was printed to my xmlrpc WebServer console running on NT with debug=true set. On IBM zOS, I ran: java -classpath d:\MarsServer\xmlrpc.jar org.apache.xmlrpc.XmlRpcClient http://R0086529:8083 mars.runMARSCommand "get_statistics(|text|)" What do I need to do to get more debugging info on the client side to see what got sent out of client? Thanks. - Yaxiong > -----Original Message----- > From: Paul Libbrecht [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 8:59 AM > To: [EMAIL PROTECTED] > Subject: Re: Patch suggestions > > A zip is now also available under > http://www.activemath.org/~ilo/revisions/xmlrpc/ > > I am not too sure if this can influence the garbled text which seems to > come from the header. Did you try debugging things so as to see when > this bit has come (before or after header end ?). As of http rules, a > header is supposed to end with a double end of line, however it might be > possible (really ?) that such double end-of-lines come in a header in a > client identification in some foreign encoding. > My patch does not touch the encoding while reading the headers. It would > probably be relatively mild to extend though using the content-encoding > header. Are you receiving such a header ?? > > Paul > > > On Mercredi, mars 6, 2002, at 03:32 , Lin, Yaxiong wrote: > > Paul: > > > > Is this (encoding) something can be specified as a system property? > > Also, is it possible that you can make zip file available? > > > > Do you know if this would solve my problem of xmlrpc client sending > > some > > garbled text in the header to my xmlrpc server (webserver app) on NT, as > > below: > > > > > > > ++Gp@a@+pp+a�K=�S���`-����z@-�?���@t++`+++@�K=�+���z@+==��)=�z�=�=�+������ > ` > > p > > ���z > > @���a����+������`+�����z@�����<?xml version="1.0" > > encoding="ISO-8859-1"?><metho > > > > > dCall><methodName>mars.runMARSCommand</methodName><params><param><value>ge > t_ > > stat > > istics(|text|)</value></param></params></methodCall> > > > > Thanks. > > > > - Yaxiong
