Re: HTTP Proxy with XML-RPC

2007-02-27 Thread sebb
my bugzilla post; should new files (xml-rpc.xsd and XmlRpcErrorHandler.java) go as patches or ...? /Jesper From: sebb [EMAIL PROTECTED] Reply-To: JMeter Developers List jmeter-dev@jakarta.apache.org To: JMeter Developers List jmeter-dev@jakarta.apache.org Subject: Re: HTTP Proxy with XML-RPC Date

Re: HTTP Proxy with XML-RPC

2007-02-27 Thread Jesper Thorhauge
Developers List jmeter-dev@jakarta.apache.org Subject: Re: HTTP Proxy with XML-RPC Date: Mon, 26 Feb 2007 18:26:40 + Thanks. Just wondering why the query string needs to be compared against a schema? If the content starts with ?xml surely this means that the string should

Re: HTTP Proxy with XML-RPC

2007-02-27 Thread sebb
To: JMeter Developers List jmeter-dev@jakarta.apache.org Subject: Re: HTTP Proxy with XML-RPC Date: Mon, 26 Feb 2007 18:26:40 + Thanks. Just wondering why the query string needs to be compared against a schema? If the content starts with ?xml surely this means that the string

Re: HTTP Proxy with XML-RPC

2007-02-26 Thread Two Hawk
Hi My code is now submitted to bugzilla as #41707. Looking forward to hear your reactions/comments ... /Jesper From: sebb [EMAIL PROTECTED] Reply-To: JMeter Developers List jmeter-dev@jakarta.apache.org To: JMeter Developers List jmeter-dev@jakarta.apache.org Subject: Re: HTTP Proxy

Re: HTTP Proxy with XML-RPC

2007-02-26 Thread sebb
PROTECTED] wrote: Hi My code is now submitted to bugzilla as #41707. Looking forward to hear your reactions/comments ... /Jesper From: sebb [EMAIL PROTECTED] Reply-To: JMeter Developers List jmeter-dev@jakarta.apache.org To: JMeter Developers List jmeter-dev@jakarta.apache.org Subject: Re: HTTP Proxy

Re: HTTP Proxy with XML-RPC

2007-02-26 Thread Two Hawk
@jakarta.apache.org To: JMeter Developers List jmeter-dev@jakarta.apache.org Subject: Re: HTTP Proxy with XML-RPC Date: Mon, 26 Feb 2007 18:26:40 + Thanks. Just wondering why the query string needs to be compared against a schema? If the content starts with ?xml surely this means that the string should

Re: HTTP Proxy with XML-RPC

2007-02-25 Thread sebb
Thanks! Sounds useful. Please create a Bugzilla enhancement issue describing the code. You can then add any patches or new code as attachments to the issue. Please ensure that any patches are in unified diff format (as generated by Eclipse), and are generated against branches/rel-2-2, not the

HTTP Proxy with XML-RPC

2007-02-24 Thread Two Hawk
Hi I have added some code to allow xml-rpc communication to be recorded correctly when using the http proxy. Would anyone be interested in adding this to the codebase? If yes, how do i proceed from here? Best regards, Jesper _