Hello
I have scenario File --> PI (7.1) --> SOAP
while soap adatper calls abap (NW7.0) web service which is based on a proxy generated for an inbound interface defined in PI.
When I execute the scenario, in communication channel monitor in RWB, I got error;
Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault
Do you have any idea why this happens?
Some more information. I've configured SOAP receiver communication with external web service before, it worked fine. The only difference is that the abap (NW7.0) web service enables WS-RM and other ws standard. I am not sure if this kind of ws can be called using soap adapter. When I tried to call this abap web service from wsnavigator, I got error:
Dynamic Proxy API does not support WSRM. See operation: SI_Requisition_In_A
So you have clue about this?
Thanks
Jayson