【发布时间】:2020-07-09 18:43:53
【问题描述】:
我正在尝试使用 karate 访问 SOAP 服务,它总是返回 415,而在 SOAP UI 中相同的服务是成功的。 空手道回应:
20:05:37 20:05:37.236 [ForkJoinPool-1-worker-1] DEBUG com.intuit.karate - response time in milliseconds: 37.15
20:05:37 1 < 415
20:05:37 1 < Content-Length: 0
Given url soapServiceURL
And header Content-Type = 'application/xml'
And request requestPayLoad
When method post
Then status 200
如果我在这里遗漏了什么,请告知
【问题讨论】: