You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Ivan Rancati <iv...@sharpmind.de> on 2006/02/14 12:27:18 UTC

SOAP data repeated across different Webservice samplers

I have a very simple test plan for a Web Service, which looks like this

Thread group (1 loop - 1 thread)
    User defined variables (http server name and port)
    HTTP Authorization Manager
    WebService(SOAP) Request
       Response Assertion
    WebService(SOAP) Request
    WebService(SOAP) Request
    WebService(SOAP) Request
    View Results Tree
    Assertion Results

For the 4 requests, server ip, port number, path and SOAP Action are the
same
The Soap/XML-RPC data changes only in the <email> part

<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>
                <ns1:findCustomerByEmail
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="urn://mobility-platform.de/mpcustomerdb/">
                        <email xsi:type="xsd:string">marco@sharpmind.de
                        </email>
        </ns1:findCustomerByEmail>
        </soapenv:Body>
</soapenv:Envelope>

When I run the test case, the same SOAP content is sent for all the 4
requests. Is this a known issue?
I have verified the behaviour by running through a proxy.

In general, it looks like there is something strange with the WebService
requests: for example, if I change the order of the requests, I have to
close and reopen the test plan for the change to take effect.

Server is running Debian Linux, and the webservice is Axis.
On the client, I am running Suse 9.3, Jmeter 2.1.1 and JDK 1.5


thanks

-- 
 Ivan Rancati
 SharpMind QA


-- 
 Ivan Rancati
 SharpMind QA


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: SOAP data repeated across different Webservice samplers

Posted by sebb <se...@gmail.com>.
Sounds like a bug.

Please can you raise a Bugzilla issue, and attach a test-case etc?

Thanks.

On 14/02/06, Ivan Rancati <iv...@sharpmind.de> wrote:
> I have a very simple test plan for a Web Service, which looks like this
>
> Thread group (1 loop - 1 thread)
>    User defined variables (http server name and port)
>    HTTP Authorization Manager
>    WebService(SOAP) Request
>       Response Assertion
>    WebService(SOAP) Request
>    WebService(SOAP) Request
>    WebService(SOAP) Request
>    View Results Tree
>    Assertion Results
>
> For the 4 requests, server ip, port number, path and SOAP Action are the
> same
> The Soap/XML-RPC data changes only in the <email> part
>
> <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>
>                <ns1:findCustomerByEmail
> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
> xmlns:ns1="urn://mobility-platform.de/mpcustomerdb/">
>                        <email xsi:type="xsd:string">marco@sharpmind.de
>                        </email>
>        </ns1:findCustomerByEmail>
>        </soapenv:Body>
> </soapenv:Envelope>
>
> When I run the test case, the same SOAP content is sent for all the 4
> requests. Is this a known issue?
> I have verified the behaviour by running through a proxy.
>
> In general, it looks like there is something strange with the WebService
> requests: for example, if I change the order of the requests, I have to
> close and reopen the test plan for the change to take effect.
>
> Server is running Debian Linux, and the webservice is Axis.
> On the client, I am running Suse 9.3, Jmeter 2.1.1 and JDK 1.5
>
>
> thanks
>
> --
>  Ivan Rancati
>  SharpMind QA
>
>
> --
>  Ivan Rancati
>  SharpMind QA
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org