Thanks Peter after changing the message, it worked.

While trying to log the Aggregate report values to a text file, I got them
as given below though I have changed the legitimate values from XML to CSV
in "Jmeter.properties" file.

Is there anything else i am missing out to get it in CSV format.

<?xml version="1.0" encoding="UTF-8"?>

<testResults>

<sample t="4226" lt="0" ts="1112622723804" s="true"
lb="http%3A%2F%2F172.27.163.19%3A8080%2Faxis%2Fservices%2FCustomerService"
rs="200" rm="" dt="text" de="text%2Fxml%3B+charset%3Dutf-8"/>

<sample t="4787" lt="0" ts="1112622811290" s="true"
lb="http%3A%2F%2F172.27.163.19%3A8080%2Faxis%2Fservices%2FCustomerService"
rs="200" rm="" dt="text" de="text%2Fxml%3B+charset%3Dutf-8"/>

<sample t="0" lt="0" ts="0" s="false" lb="" rs="" rm="" dt=""
de="ISO-8859-1"/>
<sample t="0" lt="0" ts="0" s="false" lb="" rs="" rm="" dt=""
de="ISO-8859-1"/>
<sample t="4616" lt="0" ts="1112623499950" s="true"
lb="http%3A%2F%2F172.27.163.19%3A8080%2Faxis%2Fservices%2FCustomerService"
rs="200" rm="" dt="text" de="text%2Fxml%3B+charset%3Dutf-8"/>

<sample t="15392" lt="0" ts="1112624012297" s="true"
lb="http%3A%2F%2F172.27.163.19%3A8080%2Faxis%2Fservices%2FCustomerService"
rs="200" rm="" dt="text" de="text%2Fxml%3B+charset%3Dutf-8"/>
<sample t="15463" lt="0" ts="1112624012708" s="true"
lb="http%3A%2F%2F172.27.163.19%3A8080%2Faxis%2Fservices%2FCustomerService"
rs="200" rm="" dt="text" de="text%2Fxml%3B+charset%3Dutf-8"/>
<sample t="15502" lt="0" ts="1112624013118" s="true"
lb="http%3A%2F%2F172.27.163.19%3A8080%2Faxis%2Fservices%2FCustomerService"
rs="200" rm="" dt="text" de="text%2Fxml%3B+charset%3Dutf-8"/>

</testResults>

Thanks & Regards
Ravi shankar S



                                                                                
                                                       
                      Peter Lin                                                 
                                                       
                      <[EMAIL PROTECTED]        To:       JMeter Users List 
<jmeter-user@jakarta.apache.org>                            
                      m>                       cc:                              
                                                       
                                               Subject:  Re: Could not locate 
services                                                 
                      04/04/2005 05:20                                          
                                                       
                      PM                                                        
                                                       
                      Please respond to                                         
                                                       
                      "JMeter Users                                             
                                                       
                      List"                                                     
                                                       
                                                                                
                                                       
                                                                                
                                                       




that is a bit perplexing because the tags are wrong. what the message
should look like is this.

<?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>
<!-- your soap message would go here -->
  </soap:Body>
</soap:Envelope>

which webservice toolkit are you using? that formatting looks
non-compliant, which means it won't work with standard compliant soap
services.

peter lin


On Apr 4, 2005 6:43 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
>
> 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
>

---------------------------------------------------------------------
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