Bug 38693 - WebService https
Summary: WebService https
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.1.2
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 12:46 UTC by Pablo Pizarro
Modified: 2006-02-24 05:20 UTC (History)
0 users



Attachments
The log file of the JMeter on Debug Mode (139.19 KB, text/plain)
2006-02-17 12:51 UTC, Pablo Pizarro
Details
Test Plan (9.05 KB, application/octet-stream)
2006-02-20 10:10 UTC, Pablo Pizarro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo Pizarro 2006-02-17 12:46:22 UTC
I am testing webservices with ssl, JMeter reach to get the wsdl, and I can
specify the operation of the WebService, but when I try to lauch the test, it
doesn´t go.
I have also specify the SSL key that JMeter have to use.
I have opened a conversation on JMeter user´s List, and they told me to make a
bugfile so... here I am.

I think the protocol should be https, isn't it (I specified the port 443)


2006/02/15 13:33:36 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path
property is a org.apache.jmeter.testelement.property.StringProperty
2006/02/15 13:33:36 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path
beginning value = /afirmaws/services/ObtenerInfoCertificado
2006/02/15 13:33:36 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase:
Encoding spaces in path
2006/02/15 13:33:36 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path
ending value = /afirmaws/services/ObtenerInfoCertificado
2006/02/15 13:33:36 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning(true,local)
2006/02/15 13:33:36 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Grupo de Hilos. Ramp up = 0.
2006/02/15 13:33:36 INFO  - jmeter.engine.StandardJMeterEngine: Continue on error
2006/02/15 13:33:36 DEBUG - jmeter.threads.TestCompiler: Subtracting node, stack
size = 3
2006/02/15 13:33:36 DEBUG - jmeter.threads.TestCompiler: Subtracting node, stack
size = 3
2006/02/15 13:33:36 DEBUG - jmeter.threads.TestCompiler: Subtracting node, stack
size = 3
2006/02/15 13:33:36 DEBUG - jmeter.threads.TestCompiler: Subtracting node, stack
size = 2
2006/02/15 13:33:36 DEBUG - jmeter.threads.TestCompiler: adding controller:
org.apache.jmeter.threads.ThreadGroup@dc4414 to sampler config
2006/02/15 13:33:36 DEBUG - jmeter.threads.SamplePackage: configs is null: false
2006/02/15 13:33:36 DEBUG - jmeter.threads.TestCompiler: Subtracting node, stack
size = 1
2006/02/15 13:33:36 INFO  - jmeter.threads.JMeterThread: Thread Grupo de Hilos
1-1 started
2006/02/15 13:33:36 DEBUG - jmeter.control.GenericController: Calling next on:
org.apache.jmeter.control.LoopController
2006/02/15 13:33:36 WARN  - jmeter.protocol.http.sampler.WebServiceSampler:
Connection reset
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumModel: Start :
addNewSample1
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumModel: addNewSample1 :
time - 0
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumModel: addNewSample1 :
max - 1
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumModel: End : addNewSample1
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumModel: Start :
fireDataChanged1
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumVisualizer: Start :
updateGui2
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumVisualizer: End :
updateGui2
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccum: Start : updateGui2
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccum: End : updateGui2
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.GraphAccumModel: End :
fireDataChanged1
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: Start
: updateGui1
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer:
updateGui1 : sample result - Petición WebService(SOAP)
2006/02/15 13:33:36 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: End :
updateGui1
2006/02/15 13:33:36 DEBUG - jmeter.control.GenericController: Calling next on:
org.apache.jmeter.control.LoopController
2006/02/15 13:33:36 DEBUG - jmeter.control.GenericController: Calling next on:
org.apache.jmeter.control.LoopController
2006/02/15 13:33:37 WARN  - jmeter.protocol.http.sampler.WebServiceSampler:
Connection reset
2006/02/15 13:33:37 DEBUG - jmeter.visualizers.GraphAccumModel: Start :
addNewSample1
Comment 1 Pablo Pizarro 2006-02-17 12:51:21 UTC
Created attachment 17727 [details]
The log file of the JMeter on Debug Mode
Comment 2 peter lin 2006-02-17 14:48:43 UTC
my apologies, I haven't had time to look at it. I will try to look at it tonight.

peter
Comment 3 peter lin 2006-02-17 17:08:40 UTC
this appears to be a bug in the webservice sampler. hopefully I will have some
time tonight to work on it, though I doubt it. things at work are crazy.

peter
Comment 4 peter lin 2006-02-18 06:01:29 UTC
I've checked in a fix for the webservice sampler.  the sampler now uses the
binding address in the WSDL.  the next nightly should have the code
peter
Comment 5 Pablo Pizarro 2006-02-20 10:10:14 UTC
Created attachment 17747 [details]
Test Plan
Comment 6 Sebb 2006-02-20 14:13:31 UTC
Thanks for the test plan.

Does the nightly dated 2-1.20060220 solve the problem?
Comment 7 Pablo Pizarro 2006-02-23 10:16:57 UTC
(In reply to comment #6)
> Thanks for the test plan.
> 
> Does the nightly dated 2-1.20060220 solve the problem?

Sorry I don't understand you, are you talking me about a bugzilla?
Comment 8 Sebb 2006-02-23 13:41:05 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > Thanks for the test plan.
> > 
> > Does the nightly dated 2-1.20060220 solve the problem?
> Sorry I don't understand you, are you talking me about a bugzilla?

No - I meant the nightly build - see 

http://cvs.apache.org/builds/jakarta-jmeter/nightly/

The fix is in later builds as well.
Comment 9 Pablo Pizarro 2006-02-24 10:14:11 UTC
Yes, it works, 
thanks a lot.
Comment 10 peter lin 2006-02-24 14:20:02 UTC
thanks for confirming the fix worked. I am closing the bug.

peter
Comment 11 The ASF infrastructure team 2022-09-24 20:37:36 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1685