cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP: Call failed in SAP PO 7.5

Former Member
0 Kudos

Hello Experts,

I am urgently in need of your help. I am facing the below mentioned issue in SAP PO 7.5 SOAP to RFC Async to Sync Sceanrio without BPM using module parameters

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 294043eb-1136-11e7-a16b-0000008674e7

Error MP: exception caught with cause 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 294043eb-1136-11e7-a16b-0000008674e7

Error SOAP: Call failed: com.sap.aii.af.lib.mp.module.ModuleException: Sender Channel PILOG_SOAP_TAX_Send (ID: d09233a816b5371dadb353b2bde2eaed): Catching exception calling messaging system

Error SOAP: Call failed: 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 294043eb-1136-11e7-a16b-0000008674e7

please find the attached file for module parameters settings in comm channel.

Thanks & regards,

Bhuvaneswari.

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hi

I get exactly the same error. How did you resolve this?

Thanks

0 Kudos

If you do not set ucon/rfc/check_blacklist parameter at ERP side, you get the same error message.

former_member399415
Discoverer
0 Kudos

Hi Vemulapalli,

Your module configuration seems out of order to me. Have a look at the configuration provided in this blog and see if it helps:

https://blogs.sap.com/2014/01/28/generic-pi-async-sync-bridge-configuration-for-any-adapters/

Regards,

Sanjeev

iaki_vila
Active Contributor
0 Kudos

Hi Vemulapalli,

Have you tested your operation mappings step by step and later compare each output with the monitoring of your execution in execution time?

This error should appear when the message mapping is not defined (weird, because normally this point is reviewed several times) or when one mapping has a source XML that doesn't fit with the XSD defined.

Regards.