I am using SOAP/XML-RPC request in jmeter. I have 2 questions
If we have a rest endpoint with same url which can serve both GET and POST based on the HTTP method that is sent , how to send GET call using SOAP/XML-RPC request because it inherently sending only POST
In the SOAP/XML-RPC Data I am sending like this
clientid=${clientid}&&instanceid=${instanceid}
and I want to send encoded data for ${instanceid}. How can I do it using the above sampler
I know how to implement the above 2 things using HTTP Request sampler. But my requirement is specifically to use SOAP/XML-RPC sampler
Any Help in this regard is greatly appreciated !!!
Thanks in advance