|
https://launchpad.support.sap.com/#/notes/1292171
Exception on the consumer side: PART UNKNOWN NULL. The response SOAP message most probably is from third party provider and it has structure of not qualified elements nested in the Body block. A check is made for the highest level nested element (the response message type defined in the WSDL). It should be qualified: <prefix>:<local name>, where the prefix is defined with a namespace.
主要检查下 wsdl文件与实际返回的响应报文 层级结构名称匹不匹配 |
|