SOAP/XML-RPC Request

This sampler lets you send a SOAP request to a webservice. It can also be used to send XML-RPC over HTTP. It creates an HTTP POST request, with the specified XML as the POST content. To change the "Content-type", use the HeaderManager. The sampler will pick up any required headers from the HeaderManager. The primary difference between the soap sampler and webservice sampler, is the soap sampler uses raw post and does not require conformance to XML.

Control Panel
http://jakarta.apache.org/jmeter/images/screenshots/soap_sampler.png

Parameters

Attribute

Description

Required

Name

Descriptive name for this sampler that is shown in the tree.

No

URL

The URL to direct the SOAP request to.

Yes

Soap/XML-RPC Data

The Soap XML message, or XML-RPC instructions.

Yes

  • No labels