Hi,
I have PROXY to SOAP Sync scenario where ECC calls the proxy via PI. On the other side Web Service ( WS) responds to request & ECC saves that response.
As per the WS standard followed by Client, the Web Service ( WS) has request, response & fault messaged.
If the operation is success it is in Response else it is in fault message.
I have WSDL imported from the Client & created the Data type & message type for ECC Proxy. Since there is fault message to be mapped for WS, Ii have created fault message for ECC side also. This fault is mapped to WS fault & assumption is ECC would get all the errors via this fault.
When the proxy gets generated, i see 3 messages on ECC. However when PI tries to send the fault, in ECC it goes to Standard fault message cx_ai_application_fault instead of custom fault. Due to whcih ECC is not able to get error data.
My question is How to pass the fault data to ECC considering this case does not work. Any other suggestion are also welcome to re design this interface.
PS: We have done the reverse of this ( SOAP to PROXY) and then we did that by passing
Thanks..!!