RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-15 Thread Sonam Chauhan
: 9335-0753, Email: [EMAIL PROTECTED] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Friday, 16 January 2004 12:53 AM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler hi sonam, I just updated the soap sampler to check

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread Chenis, Kenneth (Temporary)
for enhancing 'HTTP Request' sampler that makes sense. but back to the task of how can the soap/xml-rpc sampler can be enhanced to work with CommerceOne. ... if you can list exactly what the service needs in terms of encoding, content-type, content-length, post and so on, I can take a look

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread peter lin
for enhancing 'HTTP Request' sampler that makes sense. but back to the task of how can the soap/xml-rpc sampler can be enhanced to work with CommerceOne. What exactly does the service require? From the previous emails I get the impression it's not just a post. If it was just a post, the soap/xml-rpc

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread peter lin
] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 January 2004 2:54 PM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler that makes sense. but back to the task of how can the soap/xml-rpc

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread Sonam Chauhan
2004 10:42 AM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler I'll take a look and see if I can make that change. peter lin --- Sonam Chauhan [EMAIL PROTECTED] wrote: Kenneth - Thanks for the suggestion. I don't understand it completely

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread peter lin
10:49 AM To: JMeter Developers List Subject: Re: Suggestion for enhancing 'HTTP Request' sampler Why can't we keep this function with the SOAP sampler? I agree the SOAP sampler is poor and buggy -- it needs to be improved. But I'm not in favour of piling up all

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread Sonam Chauhan
] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 10:10 PM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler the webservice sampler uses apache soap. the soap API requires the message meet soap

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread peter lin
] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 2:29 PM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler hi sonam, please take a look at the webservices sampler. It uses

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread peter lin
-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 10:10 PM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler the webservice sampler

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread Sonam Chauhan
To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler the webservice sampler uses apache soap. the soap API requires the message meet soap requirements. the Soap/xml-rpc may be able to handle it. peter --- Sonam Chauhan [EMAIL PROTECTED

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread peter lin
that makes sense. but back to the task of how can the soap/xml-rpc sampler can be enhanced to work with CommerceOne. What exactly does the service require? From the previous emails I get the impression it's not just a post. If it was just a post, the soap/xml-rpc sampler should work. if you can

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-13 Thread Sonam Chauhan
Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler that makes sense. but back to the task of how can the soap/xml-rpc sampler can be enhanced to work with CommerceOne. What exactly does the service require? From the previous emails I get the impression it's

Re: Suggestion for enhancing 'HTTP Request' sampler

2004-01-12 Thread Jordi Salvat i Alabart
Why can't we keep this function with the SOAP sampler? I agree the SOAP sampler is poor and buggy -- it needs to be improved. But I'm not in favour of piling up all functionalities into one single infinitely complex component. -- Salut, Jordi. En/na Sonam Chauhan ha escrit: The normal HTTP

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-12 Thread Sonam Chauhan
Australia Ltd. Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] -Original Message- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 10:49 AM To: JMeter Developers List Subject: Re: Suggestion for enhancing 'HTTP Request' sampler

Re: Suggestion for enhancing 'HTTP Request' sampler

2004-01-12 Thread peter lin
I would have to agree with Jordi. a typical http request is not the same thing as a RPC call. SOAP/xml-rpc gets very complicated very quickly. We already have the soap/xml-rpc and webservice sampler. The webservice sampler is being refined and improved, but it is fundamentally a different

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-12 Thread Sonam Chauhan
: [EMAIL PROTECTED] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 2:29 PM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler hi sonam, please take a look at the webservices sampler. It uses

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-12 Thread peter lin
, Email: [EMAIL PROTECTED] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 2:29 PM To: JMeter Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler hi sonam, please take a look at the webservices

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-12 Thread Sonam Chauhan
Developers List Subject: RE: Suggestion for enhancing 'HTTP Request' sampler hi sonam, please take a look at the webservices sampler. It uses Apache soap driver. it can read xml envelope from text area, a file or randomly select files from a directory. it's been tested with .NET webservices