Hi, In the section 10 of the user manual, it explains that to send a SOAP request, the user must write the XML in the SOAP/XML-RPC Data area or reference a file.
Well, I have an application that generates XML messages which are signed. My question is: I can invoque the Jmeter SOAP Request from my Source Code? Does some method exist? Thanks. For example: String str_signed_request = ...; JMeterSOAPRequest(wsdl_url, protocolo,..., str_signed_request);

