Hello, You should use regular Http Request for load testing Soap or Rest webservice. You can use the "templates..." menu item and select soap webservice as described in the documentation:
- https://jmeter.apache.org/usermanual/build-ws-test-plan.html Then just add the signature using JSR223 Preprocessor and groovy. Regards @ubikloadpack team On Thursday, July 14, 2016, Olivier Grégoire <[email protected]> wrote: > Hello! > > > I'd like to build timestamped, signed, message-id'd soap requests with > Jmeter. > > For that, I've used this tutorial ( > > https://www.blazemeter.com/blog/take-pain-out-load-testing-secure-web-services > ) > which showcases the usage of SOAPSampler in a beanshell. > > Apparently the SOAPSampler class is now deprecated and even further than > deprecated: doesn't work anymore. > > So what can I use to replace SOAPSampler in Jmeter 3? > > > Thank you! > > Olivier > -- Regards Ubik Load Pack <http://ubikloadpack.com> Team Follow us on Twitter <http://twitter.com/ubikloadpack> Cordialement L'équipe Ubik Load Pack <http://ubikloadpack.com> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
