You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Nicolás Bigatti <ni...@bigatti.net> on 2013/11/15 16:29:16 UTC

Question about WebService(SOAP) Request (DEPRECATED)

Hello,

There is any scripting or GUI way to massively change from WebService(SOAP)
Request (DEPRECATED) to SOAP/XML-RCP Request?


Thanks!!

Re: Question about WebService(SOAP) Request (DEPRECATED)

Posted by Nicolás Bigatti <ni...@bigatti.net>.
Thanks Shetty,
The XLS transformation works greats!


2013/11/15 Deepak Shetty <sh...@gmail.com>

> Hit send to early. the ANT task looks like
>
> <target name="transformWS">
>     <xslt
>         in="CompareXML-RPCRequest.xml"
>         out="test.jmx"
>         style="transformWS.xsl"/>
>
> </target>
>
> you might need dev help if you arent familiar with XSLT or ANT or you could
> use a different toolset altogether
>
>
> On Fri, Nov 15, 2013 at 10:15 AM, Deepak Shetty <sh...@gmail.com> wrote:
>
> > Hi
> > sample here
> > https://skydrive.live.com/?cid=1BD02FE33F80B8AC&id=1BD02FE33F80B8AC!892
> > transformWS.xsl is the XSLT
> > CompareXML-RPCRequest.jmx is the input file with the deprecated sampler
> > test.jmx is the output of the transform
> >
> > Note that I dont consider certain conditions (e.g. what if port is empty)
> > or the parameters that the RPC sampler does not support - you can modify
> > the transform any way you wish. You can script this using ANT or
> equivalent
> > using the xslt task
> >
> >
> >
> > On Fri, Nov 15, 2013 at 7:54 AM, Deepak Shetty <sh...@gmail.com>
> wrote:
> >
> >> I would think so - ultimately the JMeter script (jmx) file is a text
> >> based XML file and there are plenty of ways to process/script XML so if
> you
> >> open the file with the deprecated sampler and create a new one with the
> >> SOAP/XML-RPC request you should know what to change - An XSLT transform
> >> should in theory be quite simple
> >> never tried this though ...
> >>
> >>
> >> On Fri, Nov 15, 2013 at 7:29 AM, Nicolás Bigatti <nicolas@bigatti.net
> >wrote:
> >>
> >>> Hello,
> >>>
> >>> There is any scripting or GUI way to massively change from
> >>> WebService(SOAP)
> >>> Request (DEPRECATED) to SOAP/XML-RCP Request?
> >>>
> >>>
> >>> Thanks!!
> >>>
> >>
> >>
> >
>

Re: Question about WebService(SOAP) Request (DEPRECATED)

Posted by Deepak Shetty <sh...@gmail.com>.
Hit send to early. the ANT task looks like

<target name="transformWS">
    <xslt
        in="CompareXML-RPCRequest.xml"
        out="test.jmx"
        style="transformWS.xsl"/>

</target>

you might need dev help if you arent familiar with XSLT or ANT or you could
use a different toolset altogether


On Fri, Nov 15, 2013 at 10:15 AM, Deepak Shetty <sh...@gmail.com> wrote:

> Hi
> sample here
> https://skydrive.live.com/?cid=1BD02FE33F80B8AC&id=1BD02FE33F80B8AC!892
> transformWS.xsl is the XSLT
> CompareXML-RPCRequest.jmx is the input file with the deprecated sampler
> test.jmx is the output of the transform
>
> Note that I dont consider certain conditions (e.g. what if port is empty)
> or the parameters that the RPC sampler does not support - you can modify
> the transform any way you wish. You can script this using ANT or equivalent
> using the xslt task
>
>
>
> On Fri, Nov 15, 2013 at 7:54 AM, Deepak Shetty <sh...@gmail.com> wrote:
>
>> I would think so - ultimately the JMeter script (jmx) file is a text
>> based XML file and there are plenty of ways to process/script XML so if you
>> open the file with the deprecated sampler and create a new one with the
>> SOAP/XML-RPC request you should know what to change - An XSLT transform
>> should in theory be quite simple
>> never tried this though ...
>>
>>
>> On Fri, Nov 15, 2013 at 7:29 AM, Nicolás Bigatti <ni...@bigatti.net>wrote:
>>
>>> Hello,
>>>
>>> There is any scripting or GUI way to massively change from
>>> WebService(SOAP)
>>> Request (DEPRECATED) to SOAP/XML-RCP Request?
>>>
>>>
>>> Thanks!!
>>>
>>
>>
>

Re: Question about WebService(SOAP) Request (DEPRECATED)

Posted by Deepak Shetty <sh...@gmail.com>.
Hi
sample here
https://skydrive.live.com/?cid=1BD02FE33F80B8AC&id=1BD02FE33F80B8AC!892
transformWS.xsl is the XSLT
CompareXML-RPCRequest.jmx is the input file with the deprecated sampler
test.jmx is the output of the transform

Note that I dont consider certain conditions (e.g. what if port is empty)
or the parameters that the RPC sampler does not support - you can modify
the transform any way you wish. You can script this using ANT or equivalent
using the xslt task



On Fri, Nov 15, 2013 at 7:54 AM, Deepak Shetty <sh...@gmail.com> wrote:

> I would think so - ultimately the JMeter script (jmx) file is a text based
> XML file and there are plenty of ways to process/script XML so if you open
> the file with the deprecated sampler and create a new one with the
> SOAP/XML-RPC request you should know what to change - An XSLT transform
> should in theory be quite simple
> never tried this though ...
>
>
> On Fri, Nov 15, 2013 at 7:29 AM, Nicolás Bigatti <ni...@bigatti.net>wrote:
>
>> Hello,
>>
>> There is any scripting or GUI way to massively change from
>> WebService(SOAP)
>> Request (DEPRECATED) to SOAP/XML-RCP Request?
>>
>>
>> Thanks!!
>>
>
>

Re: Question about WebService(SOAP) Request (DEPRECATED)

Posted by Deepak Shetty <sh...@gmail.com>.
I would think so - ultimately the JMeter script (jmx) file is a text based
XML file and there are plenty of ways to process/script XML so if you open
the file with the deprecated sampler and create a new one with the
SOAP/XML-RPC request you should know what to change - An XSLT transform
should in theory be quite simple
never tried this though ...


On Fri, Nov 15, 2013 at 7:29 AM, Nicolás Bigatti <ni...@bigatti.net>wrote:

> Hello,
>
> There is any scripting or GUI way to massively change from WebService(SOAP)
> Request (DEPRECATED) to SOAP/XML-RCP Request?
>
>
> Thanks!!
>