How I can make test SOAP Request in JMeter version 3.2? In old version I had Soap/XML-RPC Data sampler while in version 3.2 I don't see this option. Please help.
相关问题
- JMeter - Using Variables from other BeanShell Pre/
- JMeter - Detecting a TransactionController Sampler
- The message with Action '' cannot be proce
- Set assignee field when creating an issue in JIRA
- Access denied issue while recording Jmeter script
相关文章
- Jmeter如何做并发测试?需求:从Excel读取数据,设置集合点的那种 跪求大佬解惑。。。
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- PHP SoapClient constructor very slow
- How to deserialize a WCF soap response message fro
- .NET tool to generate wrapper for proxy classes
- Soap version mismatch in java
- SAP DI Server - How to issue first request?
- Use jmeter to test multiple Websites
Use HTTP Request sampler, in case you need to set some headers like Content-Type or SOAPAction you can use HTTP Header Manager
You can see Building a WebService Test Plan article for more information if required.