On 29/04/2008, afmustac <[EMAIL PROTECTED]> wrote:
> Dear All,
>
>  I am new to JMeter, and I followed the steps defined at 
> http://jakarta.apache.org/jmeter/usermanual/build-ws-test-plan.html. I am 
> using JMeter version 2.3.1. I have a apache axis web service written using 
> Java language, and I am trying to test my service by calling a method of it. 
> The web service method is getting 3 parameters and I have defined them under  
> "User Defined Variables" part of the "Test Plan" user interface in JMeter. 
> Then, I have added users and  WebService Requests . In my web service 
> request, I have entered my WSDL URL, and it is  loaded successfully. Then I 
> selected my Web Methods (service method that I want to call). Finall, I run 
> my test plan but I am getting exception as :
>
>  <?xml version="1.0" encoding="UTF-8"?>
>  <testResults version="1.2">
>  <sample t="0" lt="0" ts="0" s="false" lb="WebService(SOAP) Request (Beta 
> Code)" rc="000" rm="[SOAPException: faultCode=Could not create document; 
> msg=]" tn="Thread Group 1-1" dt="" by="0"/>
>
>  </testResults>
>
>
>  I really do appreciate any suggestions or help in advance.

That error means that the sampler could not generate the SOAP document
to send to the server.

This is probably because of an error in the data; check that the data
is well-formed.

Check also for any error messages in the jmeter log file.

>  thank you.
>
>
>  --fatih
>
>
>
>
>       
> ____________________________________________________________________________________
>  Be a better friend, newshound, and
>  know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

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

Reply via email to