Quantcast

Can Sampler of Http Request implement WebService(SOAP) Request??

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Can Sampler of Http Request implement WebService(SOAP) Request??

snail
This post has NOT been accepted by the mailing list yet.
      I planned to use the WebService(SOAP) Request, but it has limitation that Parsing XML is CPU intensive. Therefore, do not set the thread count too high,10 threads will consume 100%. Actually, I need to set a largerer number.
      How can I implement the SOAP request??
      I tried it with the Sampler of Http Request, and added xml file. But, the string variables in xml file cannot be parsed. How can I solve the problem??Only by modifying the source code of JMeter can resolve it??
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Can Sampler of Http Request implement WebService(SOAP) Request??

black gaff
snail wrote
      I planned to use the WebService(SOAP) Request, but it has limitation that Parsing XML is CPU intensive. Therefore, do not set the thread count too high,10 threads will consume 100%.
That's odd...I've been testing SOAP requests for the last several months and have not had this issue.  I've tested 10, 25 and 50 threads.  Perhaps your soap responses are significantly larger then mine?

Do you have the same issue with the SOAP/XML sampler and the WebService Sampler?  Do you also get the same issue with HTTP requests?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Can Sampler of Http Request implement WebService(SOAP) Request??

sebb-2-2
On 28 October 2010 16:06, black gaff <[hidden email]> wrote:

>
>
> snail wrote:
>>
>>       I planned to use the WebService(SOAP) Request, but it has limitation
>> that Parsing XML is CPU intensive. Therefore, do not set the thread count
>> too high,10 threads will consume 100%.
>>
>
> That's odd...I've been testing SOAP requests for the last several months and
> have not had this issue.  I've tested 10, 25 and 50 threads.  Perhaps your
> soap responses are significantly larger then mine?

It's not an error message - this is just text on the WebService sampler GUI.

It should perhaps be removed (or toned down), as technology and the
code has moved on since it was originally implemented.

> Do you have the same issue with the SOAP/XML sampler and the WebService
> Sampler?  Do you also get the same issue with HTTP requests?
>
> --
> View this message in context: http://jmeter.512774.n5.nabble.com/Can-Sampler-of-Http-Request-implement-WebService-SOAP-Request-tp3238336p3240716.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Loading...