Код ответа WSDL: 500, с ошибкой безопасности SoapFault A - PullRequest
0 голосов
/ 05 июня 2019

Когда я пытаюсь отправить Zip-файл, используя стороннюю службу SOAP / WSDL, на этот раз я получил: error: Response-Code: 500 With SoapFault: При проверке сообщения обнаружена ошибка безопасности

----------------------------
ID: 1
Response-Code: 500
Encoding: UTF-8
Content-Type: text/xml;charset=UTF-8
Headers: {Cache-Control=[max-age=0], connection=[close], content-type=[text/xml;charset=UTF-8], Date=[Wed, 05 Jun 2019 04:58:09 GMT], Expires=[Wed, 05 Jun 2019 04:58:09 GMT], Server=[Apache], transfer-encoding=[chunked], vary=[accept-encoding], X-Frame-Options=[DENY], X-XSS-Protection=[1; mode=block]}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode xmlns:ns1="http://ws.apache.org/wss4j">ns1:SecurityError</faultcode><faultstring>A security error was encountered when verifying the message</faultstring></soap:Fault></soap:Body></soap:Envelope>
--------------------------------------]
10:28:09,926 [WARN] [org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor] [main] [handleMessageInternal] [301] - [The request is a SOAP Fault, but it is not secured]
Invocation failed with the following: org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...