Header manager (вынесен как один для всех запросов) имеет параметры
Accept application/json, text/plain, */*; */* - указыввает на все форматы?
в body запроса изменил строку
Content-Type: text/xml на Content-Type: xml
Проставил галку Use multipart/form-data
Ответ c BackEnd
org.apache.http.ParseException: Invalid content type:
at org.apache.http.entity.ContentType.parse(
ContentType.java:321)
at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.setupHttpEntityEnclosingRequestData(
HTTPHC4Impl.java:1583)
at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.handleMethod(
HTTPHC4Impl.java:886)
at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(
HTTPHC4Impl.java:641)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(
HTTPSamplerProxy.java:66)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(
HTTPSamplerBase.java:1296)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(
HTTPSamplerBase.java:1285)
at org.apache.jmeter.threads.JMeterThread.doSampling(
JMeterThread.java:638)
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(
JMeterThread.java:558)
at org.apache.jmeter.threads.JMeterThread.processSampler(
JMeterThread.java:489)
at
org.apache.jmeter.threads.JMeterThread.run(
JMeterThread.java:256)
at
java.lang.Thread.run(Unknown Source)