You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2006/06/14 18:19:09 UTC

DO NOT REPLY [Bug 39812] New: - Problem with Webservice(SOAP)Request over https

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812

           Summary: Problem with Webservice(SOAP)Request  over https
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: peter.delemarre@telenet.be


When I use the same SOAP message that works fine in http mode in https mode I
encounter a problem in JMeter. 

SOAP message:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security
xmlns:m="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>hello</Username>
				<Password>world</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		
		<m:GeefPersoon xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-04</Datum>
							<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
							<Identificatie>hello</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
							<Gebruiker>650602505589</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>650602505589</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

This works excellent over http but when I chanfe the protocol into https, I see
in my trace file that it hangs after it tries to write the encrypted message.
I found out that the problem is caused by the namespace in the 
<m:GeefPersoon xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
tag ( again, which works fine in http mode ).
When I remove the namespace, I get through but the webservice endpoint gives an
error because it is a doc/lit WS and also needs the namespace to find the service.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From sebb@apache.org  2006-06-19 08:55 -------
1) JMeter 2.2 has been released, so consider upgrading to that. There are 
hardly any changes from the version you are using, but it is a released 
version.

2) Perhaps try changing the http: to https: in the namespace. No idea if this 
is relevant or not, but worth a try...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal




------- Additional Comments From sebb@apache.org  2007-12-04 04:09 -------
Should be able to use SOAP/RPC sampler instead

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812





------- Additional Comments From peter.delemarre@telenet.be  2006-06-20 08:36 -------
When I use the following SOAP request:

###############################################################################
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<GeefPersoon>
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
#############################################################################

The request is send, I get a ( not the, but that is normal ;-) )response back
but in the Sampler result:

Thread Name: Thread Group 1-1
Sample Start: Tue Jun 20 10:28:34 CEST 2006
Load time: 0
HTTP response code: 000
HTTP response message: Missing content type.

HTTP response headers

and the request and Response Tabs remain empty.

 


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812





------- Additional Comments From woolfel@yahoo.com  2006-07-20 13:38 -------
I finally got time to read over the bug. If I understand the problem correctly,
the namespace URI is causing an issue with HTTPS. Since JMeter uses the old
apache SOAP, it needs to be updated. Unfortunately, I haven't had time to do the
work. I will have to check to see if apache SOAP is handling the namespace
properly. The current process is JMeter uses DOM to parse the soap message and
passes it to apache SOAP. Apache soap is responsible for creating a https
connection and sending the message. There could be a bug in apache SOAP, but it
is no longer supported. The only practical solution to this problem would be to
upgrade to axis or some other apache license compatable soap driver.

peter

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812


peter.delemarre@telenet.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Additional Comments From peter.delemarre@telenet.be  2006-06-20 07:09 -------
Testing with JMeter 2.2 gives the same result.

I do not think that changing the protocol in the namespace can make a 
difference since the same webservice should be able to work in both http & 
https and the namespace is just URI syntax but should not have any influence 
on the implementation protocol.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From sebb@apache.org  2006-06-14 17:06 -------
Which version of JMeter are you using?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812





------- Additional Comments From peter.delemarre@telenet.be  2006-06-20 08:08 -------
Here is an extract from the log file when run with http & https 

#############################################################################
Test run with https
#############################################################################
2006/06/20 09:36:10 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
test! 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.TestPlanGui 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.gui.ArgumentsPanel 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.Arguments 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: User Defined Variables 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: User Defined Variables 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.testelement.TestPlan 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Test Plan 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Test Plan 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.ThreadGroup 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.gui.ThreadGroupGui 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty: 
org.apache.jmeter.control.LoopController@17a765c 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.LoopControlPanel 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Loop Controller 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Loop Controller 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: org.apache.jmeter.control.LoopController@17a765c 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Thread Group 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Thread Group 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: continue 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: continue 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.visualizers.ViewResultsFullVisualizer 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.reporters.ResultCollector 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: View Results Tree 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: View Results Tree 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.ObjectProperty: 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: /GeefPersoonDienst-
01.00/soap/WebService 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.sampler.WebServiceSampler 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: POST 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: POST 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: https 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: https 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: WebService(SOAP) 
Request 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: WebService(SOAP) Request 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: vipvkbpdienst-
aip.vlaanderen.be 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: vipvkbpdienst-aip.vlaanderen.be 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: <SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: <SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
property is a org.apache.jmeter.testelement.property.StringProperty 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
beginning value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Encoding spaces in path 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
ending value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:36:10 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning
(true,local) 
2006/06/20 09:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 
threads for group Thread Group. Ramp up = 1. 
2006/06/20 09:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Continue on 
error 
2006/06/20 09:36:11 WARN  - jmeter.threads.JMeterThread: 
jmeterthread.startearlier=true (see jmeter.properties) 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: adding controller: 
org.apache.jmeter.threads.ThreadGroup@4b0a55 to sampler config 
2006/06/20 09:36:11 DEBUG - jmeter.threads.SamplePackage: configs is null: 
false 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 1 
2006/06/20 09:36:11 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-
1 started 
2006/06/20 09:36:11 DEBUG - jmeter.control.GenericController: Calling next on: 
org.apache.jmeter.control.LoopController 

#############################################################################
Test run with http
#############################################################################

2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
test! 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.TestPlanGui 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.gui.ArgumentsPanel 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.Arguments 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: User Defined Variables 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: User Defined Variables 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.testelement.TestPlan 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Test Plan 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Test Plan 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.ThreadGroup 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.gui.ThreadGroupGui 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty: 
org.apache.jmeter.control.LoopController@61d46f 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.LoopControlPanel 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Loop Controller 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Loop Controller 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: org.apache.jmeter.control.LoopController@61d46f 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Thread Group 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Thread Group 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: continue 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: continue 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.visualizers.ViewResultsFullVisualizer 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.reporters.ResultCollector 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: View Results Tree 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: View Results Tree 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.ObjectProperty: 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: /GeefPersoonDienst-
01.00/soap/WebService 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.sampler.WebServiceSampler 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: POST 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: POST 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: http 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: http 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: WebService(SOAP) 
Request 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: WebService(SOAP) Request 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: vipvkbpdienst-
aip.vlaanderen.be 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: vipvkbpdienst-aip.vlaanderen.be 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: <SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: <SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
property is a org.apache.jmeter.testelement.property.StringProperty 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
beginning value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Encoding spaces in path 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
ending value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:40:32 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning
(true,local) 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 
threads for group Thread Group. Ramp up = 1. 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Continue on 
error 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: adding controller: 
org.apache.jmeter.threads.ThreadGroup@c2022e to sampler config 
2006/06/20 09:40:32 DEBUG - jmeter.threads.SamplePackage: configs is null: 
false 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 1 
2006/06/20 09:40:32 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-
1 started 
2006/06/20 09:40:32 DEBUG - jmeter.control.GenericController: Calling next on: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:40:32 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: 
Start : updateGui1 
2006/06/20 09:40:32 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: 
updateGui1 : sample result - WebService(SOAP) Request 
2006/06/20 09:40:32 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: 
End : updateGui1 
2006/06/20 09:40:32 DEBUG - jmeter.control.GenericController: Calling next on: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:40:32 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-
1 is done 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending thread 
0 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping test 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test 
listeners of end of test 
2006/06/20 09:40:32 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning
(false,local) 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has ended 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812





------- Additional Comments From peter.delemarre@telenet.be  2006-06-20 08:11 -------
Here is an extract from the log file when run with http & https 

#############################################################################
Test run with https
#############################################################################
2006/06/20 09:36:10 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
test! 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.TestPlanGui 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.gui.ArgumentsPanel 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.Arguments 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: User Defined Variables 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: User Defined Variables 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.testelement.TestPlan 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Test Plan 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Test Plan 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.ThreadGroup 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.gui.ThreadGroupGui 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty: 
org.apache.jmeter.control.LoopController@17a765c 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.LoopControlPanel 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Loop Controller 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Loop Controller 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: org.apache.jmeter.control.LoopController@17a765c 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Thread Group 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Thread Group 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: continue 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: continue 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.visualizers.ViewResultsFullVisualizer 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.reporters.ResultCollector 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: View Results Tree 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: View Results Tree 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.ObjectProperty: 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: /GeefPersoonDienst-
01.00/soap/WebService 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.sampler.WebServiceSampler 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: POST 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: POST 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: https 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: https 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: true 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: WebService(SOAP) 
Request 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: WebService(SOAP) Request 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: vipvkbpdienst-
aip.vlaanderen.be 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: vipvkbpdienst-aip.vlaanderen.be 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: <SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:36:10 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: <SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
property is a org.apache.jmeter.testelement.property.StringProperty 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
beginning value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Encoding spaces in path 
2006/06/20 09:36:10 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
ending value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:36:10 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning
(true,local) 
2006/06/20 09:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 
threads for group Thread Group. Ramp up = 1. 
2006/06/20 09:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Continue on 
error 
2006/06/20 09:36:11 WARN  - jmeter.threads.JMeterThread: 
jmeterthread.startearlier=true (see jmeter.properties) 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: adding controller: 
org.apache.jmeter.threads.ThreadGroup@4b0a55 to sampler config 
2006/06/20 09:36:11 DEBUG - jmeter.threads.SamplePackage: configs is null: 
false 
2006/06/20 09:36:11 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 1 
2006/06/20 09:36:11 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-
1 started 
2006/06/20 09:36:11 DEBUG - jmeter.control.GenericController: Calling next on: 
org.apache.jmeter.control.LoopController 

#############################################################################
Test run with http
#############################################################################

2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
test! 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.TestPlanGui 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.gui.ArgumentsPanel 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.config.Arguments 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: User Defined Variables 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: User Defined Variables 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.testelement.TestPlan 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Test Plan 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Test Plan 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.ThreadGroup 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.threads.gui.ThreadGroupGui 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty: 
org.apache.jmeter.control.LoopController@61d46f 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.gui.LoopControlPanel 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Loop Controller 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Loop Controller 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: org.apache.jmeter.control.LoopController@61d46f 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: Thread Group 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: Thread Group 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.LongProperty: 1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
1150184317000 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: continue 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: continue 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: 1 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.visualizers.ViewResultsFullVisualizer 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.reporters.ResultCollector 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: View Results Tree 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: View Results Tree 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.ObjectProperty: 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
org.apache.jmeter.samplers.SampleSaveConfiguration@f0ce45 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: /GeefPersoonDienst-
01.00/soap/WebService 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.sampler.WebServiceSampler 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: POST 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: POST 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: http 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: http 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.BooleanProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Won't replace 
true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.TestElementProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.CollectionProperty: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: [] 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: 
org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result:  
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: true 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: WebService(SOAP) 
Request 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: WebService(SOAP) Request 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: false 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: vipvkbpdienst-
aip.vlaanderen.be 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: vipvkbpdienst-aip.vlaanderen.be 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: About to replace 
in property of type: class 
org.apache.jmeter.testelement.property.StringProperty: <SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:40:32 DEBUG - jmeter.engine.util.ValueReplacer: Replacement 
result: <SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<SOAP-ENV:Header>
		<m:Security xmlns:m="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<UsernameToken>
				<Username>user</Username>
				<Password>pwd</Password>
			</UsernameToken>
		</m:Security>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>		<m:GeefPersoon 
xmlns:m="http://webservice.geefpersoondienst.vip.vlaanderen.be">
			<Vraag>
				<Context>
					<Naam>GeefPersoon</Naam>
					<Versie>01.00.0000</Versie>
					<Bericht>
						<Type>VRAAG</Type>
						<Tijdstip>
							<Datum>2006-01-
04</Datum>
						
	<Tijd>16:15:11.111</Tijd>
						</Tijdstip>
						<Afzender>
						
	<Identificatie>vip.vlaanderen.be/vkbp-aip</Identificatie>
							<Naam>VIPTeam</Naam>
							<Referte>1000</Referte>
						
	<Gebruiker>65060250566</Gebruiker>
						</Afzender>
					</Bericht>
				</Context>
				<Inhoud>
					<INSZ>65060250566</INSZ>
				</Inhoud>
			</Vraag>
		</m:GeefPersoon>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
property is a org.apache.jmeter.testelement.property.StringProperty 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
beginning value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Encoding spaces in path 
2006/06/20 09:40:32 DEBUG - jmeter.protocol.http.sampler.HTTPSamplerBase: path 
ending value = /GeefPersoonDienst-01.00/soap/WebService 
2006/06/20 09:40:32 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning
(true,local) 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 
threads for group Thread Group. Ramp up = 1. 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Continue on 
error 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 2 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: adding controller: 
org.apache.jmeter.threads.ThreadGroup@c2022e to sampler config 
2006/06/20 09:40:32 DEBUG - jmeter.threads.SamplePackage: configs is null: 
false 
2006/06/20 09:40:32 DEBUG - jmeter.threads.TestCompiler: Subtracting node, 
stack size = 1 
2006/06/20 09:40:32 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-
1 started 
2006/06/20 09:40:32 DEBUG - jmeter.control.GenericController: Calling next on: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:40:32 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: 
Start : updateGui1 
2006/06/20 09:40:32 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: 
updateGui1 : sample result - WebService(SOAP) Request 
2006/06/20 09:40:32 DEBUG - jmeter.visualizers.ViewResultsFullVisualizer: 
End : updateGui1 
2006/06/20 09:40:32 DEBUG - jmeter.control.GenericController: Calling next on: 
org.apache.jmeter.control.LoopController 
2006/06/20 09:40:32 INFO  - jmeter.threads.JMeterThread: Thread Thread Group 1-
1 is done 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending thread 
0 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping test 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test 
listeners of end of test 
2006/06/20 09:40:32 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning
(false,local) 
2006/06/20 09:40:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has ended 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 39812] - Problem with Webservice(SOAP)Request over https

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39812


peter.delemarre@telenet.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Additional Comments From peter.delemarre@telenet.be  2006-06-19 07:52 -------
I am using the nightly build -> jakarta-jmeter-2-1.20060610

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org