Вопрос

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