Re: XmlRpcRequest

2007-11-09 Thread Jochen Wiedmann
On Nov 9, 2007 11:33 PM, John Bellone <[EMAIL PROTECTED]> wrote: > All I basically need is to parse and serialize the messages. I'm > receiving them in a ByteBuffer What do you plan to take as the parsers input/output? The parsers I know require In-/OutputStream, not ByteBuffer. -- Look, tha

Re: XmlRpcRequest

2007-11-09 Thread John Bellone
No, it looks like I am going to have to write my own parser implementation. I'll end up using the type conversions from the library to make it a little easier on myself. I looked into extending XmlRpcStreamTransport but it doesn't look like what I need. All I basically need is to parse and ser

RE: Examining XML RPC request packets

2007-11-09 Thread pvishwakarma
Here is the packet capture from tcpdump raw file: POST /xmlrpc HTTP/1.1..Content-Type: text/xml..User-Agent: Apache XML RPC 3.0 (Jakarta Commons httpclient Transport)..Host: 10.0.89.76:8035..Content-Length: 114get_hostname ..3G What is "..3G" at the end of the POST request? Thanks, -Preeti