Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] SOAP-UI benchmark tests

Subject: perfsonar development work

List archive

Re: [pS-dev] SOAP-UI benchmark tests


Chronological Thread 
  • From: Roman Lapacz <>
  • To: Nicolas Simar <>
  • Cc: "" <>
  • Subject: Re: [pS-dev] SOAP-UI benchmark tests
  • Date: Wed, 26 Sep 2007 12:59:06 +0200

Nicolas Simar wrote:


Nicolas Simar wrote:
Hi,

would any of you have some experience in using SOAP-UI for benchmarking tests? We are looking for a piece of advice on how can SOAP-UI can be used.

Let's not be restrictive here ;-) , we are also interested to hear about experiences with other tools that we could use to perform benchmarking on the perfsonar services.

Consider using a script which calls cURL tool sending a series of prepared tests requests. Simple example of how to use cURL for sending soap message to pS service you can find in the attachment.

Roman


Attachment: test-soap-message.sh
Description: application/shellscript

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope
    xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'>
  <soapenv:Body
      soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>

  <nmwg:message type='EchoRequest'
                id='id1'
                xmlns:nmwg='http://ggf.org/ns/nmwg/base/2.0/'>
    <nmwg:metadata id='meta'>
        <nmwg:eventType>http://schemas.perfsonar.net/tools/admin/echo/2.0</nmwg:eventType>
    </nmwg:metadata>
    <nmwg:data id='data' metadataIdRef='meta'/>
  </nmwg:message>

</soapenv:Body></soapenv:Envelope>



Archive powered by MHonArc 2.6.16.

Top of Page