cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP receiver channel in Synchronous Proxy to SOAP scenario

former_member255627
Participant
0 Kudos

Hi all,

We are experiencing an issue with a synchronous Proxy to SOAP scenario. Getting below error message in the SOAP receiver communication channel for the response message.

SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error

Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error encountered while executing mapping: com.sap.aii.af.service.mapping.MappingException: com.sap.aii.utilxi.misc.api.ResourceException: Could not determine mapping steps for message 1364b76e-ecbf-11e4-85f4-000023acfde6.

We are running PI 7.4.

Any help is appreciated.

Thanks,

Pushpa

Accepted Solutions (0)

Answers (4)

Answers (4)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,


Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error encountered while executing mapping: com.sap.aii.af.service.mapping.MappingException: com.sap.aii.utilxi.misc.api.ResourceException: Could not determine mapping steps for message 1364b76e-ecbf-11e4-85f4-000023acfde6.

Looks like you are missing a mapping for fault messages.

Regards,

Mark

tahir_z
Contributor
0 Kudos

Hi,

Seems there is an error at the end system, i mean in the target system.

- Check if the target system is running ?

- If you have provided soap action correctly?

-Tahir

iaki_vila
Active Contributor
0 Kudos

Hi Pushpalatha,

If you receiver SOAP is raising an exception then the following steps can fail because the mapping can fail if the root element is not present. Try to figure out if all your messages fail or the issue is only for a few one. Try to reproduce the request with an external tool like SOAPui.

Regards.

azharshaikh
Active Contributor
0 Kudos

Hi,

Seems the Receiver Webservice is not reachable. Did you try to test it using SOAP UI tool.

1. Test a fresh message from local SOAP UI tool.

2. Pick 3rd party WSDL file and Import in SOAP UI tool.

3. Put some dummy data for mandatory fields

4. Trigger it msg and ckh if you get successful / response msg.

5. Check if firewall is open and that URL is not blocked.

Hope it helps

Regards,

Azhar