Hi, Soap sampler is indeed deprecated in favor of plain Http Sampler, see menu Templates > Soap Webservice
ImHO, SOAP/XML-RPC Request should follow the same way soon as it is just redundant with plain http sampler and less performant and up to date. But your contribution could be added to a jmeter menu (under function helper dialog for example), you would enter wsdl url or path and could generate requests from the method you select. If this feature would allow generating soap xml from wsdl then it would be very interesting. You can open a bugzilla and attach your patch. ask for help if needed. Check before that membrane can be included in Apache project and the jars are located on maven repositories. Regards @philmdot On Wednesday, December 31, 2014, Pascal Schumacher <[email protected]> wrote: > Hello everybody, > > was thinking about adding a GUI for creating SOAP requests to JMeter > (based on http://www.membrane-soa.org/soa-model/ inspired by > http://www.membrane-soa.org/soap-client/). > > https://jmeter.apache.org/usermanual/build-ws-test-plan.html show a > "WebService(SOAP) Request" Sampler, but in JMeter 2.12-SNAPSHOT (build from > github sources) I see only a "SOAP/XML-RPC Request" Sampler. > > The source contains both samplers (WebServiceSampler.java and > SoapSampler.java). I guess the "WebService(SOAP) Request" Sampler is > deprecated/not used any more? > > Thanks and kind regards, > Pascal > > > > > -- Cordialement. Philippe Mouawad.
