hi all,

We identified the below problem existed as the SOAP data didn't have SOAP
ENV tags and after packing them we could see the URL getting executed.

Now the hurdle is, the SERVICE is not been identified by JMeter. But when
checked manually the services exists in the respective locations.

Following is the reponse obtained through JMeter

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
              <soapenv:Body>  <soapenv:Fault>
                               <faultcode
xmlns:ns1="http://xml.apache.org/axis/";>ns1:Server.NoService
                               </faultcode>
                               <faultstring>The AXIS engine could not find a
target service to invoke!  targetService is
                                CustomerService
                               </faultstring>
                               <detail/>
                               </soapenv:Fault>
              </soapenv:Body>
</soapenv:Envelope>

Is there anyother prerequisite to run the webserives apart from mail.jar and
activation.jar?

Can anyone throw some light on this..

Thanks & Regards
Ravi shankar S



                                                                                
                                                              
                      [EMAIL PROTECTED]                                         
                                                       
                      candent.com                     To:       "JMeter Users 
List" <jmeter-user@jakarta.apache.org>                          
                                                      cc:                       
                                                              
                      04/01/2005 12:41 PM             Subject:  Re: WSDL does 
not load web methods - Displays NULL                            
                      Please respond to                                         
                                                              
                      "JMeter Users List"                                       
                                                              
                                                                                
                                                              
                                                                                
                                                              








Thanx Peter, need your help again...

Using the Jmeter you have given the  web methods got populated when the
"Load WSDL" button is click.

Later I clicked configure and gave the SOAP Action and SOAP Data. I also
checked the Read SOAP Response  checkbox.

When I run the Test plan I got 100% Error in the Aggregate Report and the
"URL" column was empty.

While observing the "Listener->View Result Tree"

The Sample Result showed the following :

Load Time: 0
HTTP Response Code: null
HTTP Response Message:
HTTP Response Errors:

No Request data and Response data could be seen in the "Listener->View
Result Tree"

No Errors were seen in Jmeter command console.

The following were seen in the Jmeter.log file

2005/04/01 12:25:30 INFO  - jmeter.JMeter: Version 2.1.20050212
2005/04/01 12:25:30 INFO  - jmeter.JMeter: java.version=1.4.2_03
2005/04/01 12:25:30 INFO  - jmeter.JMeter: Copyright (c) 1998-2005 The
Apache Software Foundation
2005/04/01 12:25:35 ERROR - jmeter.gui.action.Help: Couldn't load help file
java.io.FileNotFoundException:
D:\jakarta-jmeter\printable_docs\usermanual\component_reference.html (The
system cannot find the path specified)
2005/04/01 12:25:36 WARN  - jmeter.testbeans.gui.TestBeanGUI: testing class:
org.apache.jmeter.config.CSVDataSet
2005/04/01 12:25:37 WARN  - jmeter.testbeans.gui.TestBeanGUI: testing class:
org.apache.jmeter.protocol.http.sampler.AccessLogSampler
2005/04/01 12:25:37 INFO  -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Entered access log
sampler bean info
2005/04/01 12:25:37 INFO  -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: found parsers:
[org.apache.jmeter.protocol.http.util.accesslog.TCLogParser]
2005/04/01 12:25:37 INFO  -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Got to end of access
log samper bean info init
2005/04/01 12:25:37 WARN  - jmeter.testbeans.gui.TestBeanGUI: testing class:
org.apache.jmeter.protocol.jdbc.config.DataSourceElement
2005/04/01 12:25:37 WARN  - jmeter.testbeans.gui.TestBeanGUI: testing class:
org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler
2005/04/01 12:25:37 WARN  - jmeter.util.JMeterUtils: ERROR! Resource string
not found: [initial_context_factory]
2005/04/01 12:25:37 WARN  - jmeter.util.JMeterUtils: ERROR! Resource string
not found: [provider_url]
2005/04/01 12:25:38 WARN  - jmeter.testbeans.gui.TestBeanGUI: testing class:
org.apache.jmeter.timers.ConstantThroughputTimer
2005/04/01 12:25:45 INFO  - jmeter.services.FileServer: Setting basedir to:
null
2005/04/01 12:25:49 INFO  - jmeter.gui.action.Load: Loading file:
D:\jakarta-jmeter\bin\New_soap_test.jmx
2005/04/01 12:25:49 INFO  - jmeter.services.FileServer: Setting basedir to:
D:\jakarta-jmeter\bin\New_soap_test.jmx
2005/04/01 12:25:49 INFO  - jmeter.save.SaveService: Using SaveService
properties file 1.5
2005/04/01 12:25:49 INFO  - jmeter.save.SaveService: All converter versions
present and correct
2005/04/01 12:25:50 INFO  - jmeter.services.FileServer: Setting basedir to:
D:\jakarta-jmeter\bin\New_soap_test.jmx
2005/04/01 12:27:09 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test!
2005/04/01 12:27:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
path property is a org.apache.jmeter.testelement.property.StringProperty
2005/04/01 12:27:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
path beginning value = /axis/services/CustomerService
2005/04/01 12:27:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Encoding spaces in path
2005/04/01 12:27:09 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
path ending value = /axis/services/CustomerService
2005/04/01 12:27:09 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,local)
2005/04/01 12:27:09 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Thread Group. Ramp up = 1.
2005/04/01 12:27:09 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
error
2005/04/01 12:27:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group1-1 started
2005/04/01 12:27:10 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group1-1 is done
2005/04/01 12:27:10 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread 0
2005/04/01 12:27:10 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test
2005/04/01 12:27:10 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,local)
2005/04/01 12:27:10 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended

Advance Thanks Again

Warm Regards
Ravi shankar S




                      Peter Lin

                      <[EMAIL PROTECTED]        To:       JMeter Users List
<jmeter-user@jakarta.apache.org>
                      m>                       cc:

                                               Subject:  Re: WSDL does not
load web methods
                      03/31/2005 06:38

                      PM

                      Please respond to

                      "JMeter Users

                      List"







it could be that 2.0.3 don't have the patches for the wsdl. can you
try this one from my directory

http://cvs.apache.org/~woolfel/jakarta-jmeter.zip

the patch to the wsdl should be in the 2.1 release.

peter


On Thu, 31 Mar 2005 10:39:20 +0530,
[EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
>
> hi all,
>
> We are using jakarta-jmeter-2.0.3 for testing webservices.
>
> when the WSDL url is provided and Load WSDL is clicked the web methods are
> not getting listed.
>
> Kindly help me with your suggestions
>
> Jmeter.log
> 2005/03/31 10:34:21 INFO  - jmeter.JMeter: Version 2.0.3
> 2005/03/31 10:34:21 INFO  - jmeter.JMeter: java.version=1.4.2_03
> 2005/03/31 10:34:21 INFO  - jmeter.JMeter: Copyright (c) 1998-2005 The
> Apache Software Foundation
> 2005/03/31 10:34:22 ERROR - jmeter.gui.action.Help: Couldn't load help
file
> java.io.FileNotFoundException: D:\jakarta-jmeter-2.0.3
> \printable_docs\usermanual\component_reference.html (The system cannot
find
> the path specified)
> 2005/03/31 10:34:23 INFO  - jmeter.samplers.SampleResult: Note: Sample
> TimeStamps are END times
> 2005/03/31 10:34:23 INFO  - jmeter.samplers.SampleResult:
> sampleresult.default.encoding is set to ISO-8859-1
>
> Environment:
> -------------------
> Apache Axis
> Tomcat 5.0.28
> JDK 1.4
>
> Client system:
> -------------------
> windows server 2003 Enterprise Edition
> java.version=1.4.2_03
>
> Warm Regards
> Ravi shankar S
> Important Email Information :- The  information  in  this  email is
> confidential and may  be  legally  privileged. It  is  intended  solely
for
> the addressee. Access to  this email  by anyone  else  is  unauthorized.
If
> you are not the intended recipient, any disclosure, copying, distribution
or
> any action taken or omitted to be taken in reliance on it, is prohibited
> and may be unlawful. If you are not the intended addressee please contact
> the sender and dispose of this e-mail immediately.
>
> ---------------------------------------------------------------------
> 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]




Important Email Information :- The  information  in  this  email is
confidential and may  be  legally  privileged. It  is  intended  solely for
the addressee. Access to  this email  by anyone  else  is  unauthorized.  If
you are not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. If you are not the intended addressee please contact
the sender and dispose of this e-mail immediately.


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




Important Email Information :- The  information  in  this  email is
confidential and may  be  legally  privileged. It  is  intended  solely for
the addressee. Access to  this email  by anyone  else  is  unauthorized.  If
you are not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. If you are not the intended addressee please contact
the sender and dispose of this e-mail immediately.


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

Reply via email to