You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by sebb <se...@gmail.com> on 2008/12/23 11:51:55 UTC

Re: soap/xml-rpc request doesn't show response data

On 23/12/2008, Hema Cheemalavagu <he...@yahoo.com> wrote:
> Hi All,
>
>  I am using soap/xml-rpc request sampler (in jmeter
>  2.3.2)to send requests to our tomcat server. For the
>  URL I passed path of the wsdl like
>  http://server:port/wsdl. I don't see correct responses
>  in the response data tab. The response data lists the
>  contents of the wsdl. Please tell me what I am doing
>  wrong.

The WSDL is only used to set up the webmethods field and the path. It
is not used at run-time. You need to enter the correct host and data.

>  What is the difference between the
>  webservice(soap)request and soap/xml-rpc request
>  calls.

Webservice tries to parse the WSDL for you, and uses Apache SOAP 2.3.1
which is quite old, and does not support recent versions of SOAP.

The XML-RPC sampler is basically a version of the HTTP HttpClient
Sampler that is more suited to SOAP sampling.

>  Thanks in advance,
>  Hema
>
>
>
>
>  ---------------------------------------------------------------------
>  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


Re: soap/xml-rpc request doesn't show response data

Posted by Hema Cheemalavagu <he...@yahoo.com>.
I want to keep the session alive for the entire thread
group and I thought using soap/xml-rpc I could do
that, but originally I was using
webservice(soap)request

--- sebb <se...@gmail.com> wrote:

> On 23/12/2008, Hema Cheemalavagu <he...@yahoo.com>
> wrote:
> > Hi All,
> >
> >  I am using soap/xml-rpc request sampler (in
> jmeter
> >  2.3.2)to send requests to our tomcat server. For
> the
> >  URL I passed path of the wsdl like
> >  http://server:port/wsdl. I don't see correct
> responses
> >  in the response data tab. The response data lists
> the
> >  contents of the wsdl. Please tell me what I am
> doing
> >  wrong.
> 
> The WSDL is only used to set up the webmethods field
> and the path. It
> is not used at run-time. You need to enter the
> correct host and data.
> 
> >  What is the difference between the
> >  webservice(soap)request and soap/xml-rpc request
> >  calls.
> 
> Webservice tries to parse the WSDL for you, and uses
> Apache SOAP 2.3.1
> which is quite old, and does not support recent
> versions of SOAP.
> 
> The XML-RPC sampler is basically a version of the
> HTTP HttpClient
> Sampler that is more suited to SOAP sampling.
> 
> >  Thanks in advance,
> >  Hema
> >
> >
> >
> >
> > 
>
---------------------------------------------------------------------
> >  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
> 
> 



      

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