it looks like you're using a file containing the soap message. the error says it can't load the file. double check the path for the file and it should work. hope that helps
peter On 7/6/05, Andrea Loddo <[EMAIL PROTECTED]> wrote: > Peter Lin wrote: > > >most likely there's an error in the soap request message or the soap > >response message. look in jmeter.log in the bin directory. there > >should be some error there. > > > >peter > > > > > > > > > > > The jmeter.log gives one error: > > 2005/07/06 18:29:35 ERROR - jorphan.io.TextFile: > java.io.FileNotFoundException: /home/a/.eclipse (Is a directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at java.io.FileReader.<init>(FileReader.java:55) > at org.apache.jorphan.io.TextFile.getText(TextFile.java:152) > at > org.apache.jmeter.protocol.http.sampler.WebServiceSampler.retrieveRuntimeXmlData(WebServiceSampler.java:170) > at > org.apache.jmeter.protocol.http.sampler.WebServiceSampler.openDocument(WebServiceSampler.java:406) > at > org.apache.jmeter.protocol.http.sampler.WebServiceSampler.createDocument(WebServiceSampler.java:386) > at > org.apache.jmeter.protocol.http.sampler.WebServiceSampler.sampleWithApache(WebServiceSampler.java:465) > at > org.apache.jmeter.protocol.http.sampler.WebServiceSampler.sample(WebServiceSampler.java:450) > at > org.apache.jmeter.protocol.http.sampler.WebServiceSampler.sample(WebServiceSampler.java:439) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:281) > at java.lang.Thread.run(Thread.java:534) > > but I don't understand the meaning. It should not be referred to SOAP > request or SOAP response. Maybe it is a question of jar library... > However tests seems to go right!Take a look to these couple of results > > <sampleResult timeStamp="1120667468008" dataType="text" > threadName="Jakarta Users 1-1" label="" time="231" responseMessage="" > responseCode="200" success="true"/> > > <sampleResult timeStamp="1120667531868" dataType="text" > threadName="Jakarta Users 1-1" label="" time="150" responseMessage="" > responseCode="200" success="true"/> > > All results are correctly printed but they are referred to HTTP message > and not to SOAP message, which is totally absent! > Any suggestion? > > Thanks. > Andrea. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

