سؤال

I've looked through previous questions about this but there was no definite answer so hoping someone can help me here.

I want to make a JSON RPC call using a Jmeter sampler but I'm not sure which one to use.

The request takes the following shape:

https://servicename.bla.com.service.dosomething({pass in JSON params})

هل كانت مفيدة؟

المحلول

If this is what you are talking about:

You can use a regular HTTP sampler with Raw Post Body provided your service uses POST Method (which is what the example shows).

You can add an Http Header Manager to set Content Type

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top