hello,

I having some trouble with the WebService sampler.
I am running version 2.1.20050212, downloaded here http://cvs.apache.org/~woolfel/jakarta-jmeter.zip
and I have mail.jar and activation.jar in the lib directory


I am trying a simple request for one of the web methods, but I get no text whatsoever in the "Request"
and "Response data" of the View Results Tree, and the Sampler result looks like this
Load time: 0
HTTP response code: null
HTTP response message:


HTTP response headers:

In my WebService Sampler, I have the URL setup by JMeter when I click on "Load WSDL", nothing in the SOAP Action (which should be ok for a Java service, I have checked in the wsdl and all SOAPActions are "") and this simple xml-rpc data


<?xml version="1.0" encoding="utf-8"> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope";> <soap:Body> <isValidProduct xmlns="http://ac:8090/mpuserdb/services/MPUserDB";> <productID xsi:type="xsd:int">1</productID> </isValidProduct> </soap:Body> </soap:Envelope>

Am I missing something obvious? From a tcpdump, it appears no actual request is sent to the webserver.

Following is my jmeter.log

thanks in advance
Ivan Rancati


[Full GC 7430K->4601K(249088K), 0.1176460 secs]
[Fatal Error] :1:37: a pseudo attribute name is expected.
[Fatal Error] :1:37: a pseudo attribute name is expected.
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Running the test!
2005/03/01 20:31:50 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: path property is a org.apache.jmeter.testelement.property.StringProperty
2005/03/01 20:31:50 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: path beginning value = /mpuserdb/services/MPUserDB
2005/03/01 20:31:50 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Encoding spaces in path
2005/03/01 20:31:50 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: path ending value = /mpuserdb/services/MPUserDB
2005/03/01 20:31:50 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(true,local)
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Starting 2 threads for group Thread Group. Ramp up = 0.
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Continue on error
2005/03/01 20:31:50 INFO - jmeter.threads.JMeterThread: Thread Thread Group1-1 started
2005/03/01 20:31:50 INFO - jmeter.threads.JMeterThread: Thread Thread Group1-2 started
2005/03/01 20:31:50 INFO - jmeter.threads.JMeterThread: Thread Thread Group1-1 is done
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Ending thread 0
2005/03/01 20:31:50 INFO - jmeter.threads.JMeterThread: Thread Thread Group1-2 is done
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Ending thread 1
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Stopping test
2005/03/01 20:31:50 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(false,local)
2005/03/01 20:31:50 INFO - jmeter.engine.StandardJMeterEngine: Test has ended



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to