Re: svn commit: r1538291 - in /jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/sampler/ src/protocol/http/org/apache/jmeter/protocol/http/util/ xdocs/

2013-11-05 Thread Philippe Mouawad
Is there something wrong or it's just a note ypu make ? Thanks for clarifying. On Wednesday, November 6, 2013, sebb wrote: > On 2 November 2013 21:53, wrote: > > Author: pmouawad > > Date: Sat Nov 2 21:53:49 2013 > > New Revision: 1538291 > > > > URL: http://svn.apache.org/r1538291 > > Log: >

Re: svn commit: r1538291 - in /jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/sampler/ src/protocol/http/org/apache/jmeter/protocol/http/util/ xdocs/

2013-11-05 Thread sebb
On 2 November 2013 21:53, wrote: > Author: pmouawad > Date: Sat Nov 2 21:53:49 2013 > New Revision: 1538291 > > URL: http://svn.apache.org/r1538291 > Log: > Bug 55717 - Bad handling of Redirect when URLs are in relative format by > HttpClient4 and HttpClient31 > Bugzilla Id: 55717 > > Modified:

Re: Should we release a 2.10.1 ?

2013-11-05 Thread Philippe Mouawad
On Tue, Nov 5, 2013 at 1:14 PM, sebb wrote: > On 4 November 2013 18:49, Milamber wrote: > > > > Le 04/11/2013 17:19, Philippe Mouawad a ecrit : > > > >> Hello, > >> You may have missed my previous mail so created a special thread. > >> > >> Current 2.10 contains 3 issues: > >> - NativeCommand ti

Re: Should we release a 2.10.1 ?

2013-11-05 Thread sebb
On 4 November 2013 18:49, Milamber wrote: > > Le 04/11/2013 17:19, Philippe Mouawad a ecrit : > >> Hello, >> You may have missed my previous mail so created a special thread. >> >> Current 2.10 contains 3 issues: >> - NativeCommand timeout issue => Not a problem for me as it's not a >> regression

Re: need assistance - about soap

2013-11-05 Thread Nicola Ambrosetti Brolin
If I understand you well you want to have a code sample of sending a SOAP request? Usually soap requests are simply http POST requests with an XML message as payload. That's how it's done in Jmeter. If what you need is creating a soap request from a wsdl, then look at soapUI which also has an ope