cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous SOAP Interface to PROXY

Former Member
0 Kudos

Hi Experts

I have a scenario to PROXY asynchronous SOAP. It will have set up a Fault Message structure in case of any error to inform the legacy system.

The error introduced at this time, being an asynchronous interface SAP PI is not finding out when some error occurs and it is in the SAP ERP system.

There any way to get a massage fault structure under an asynchronous scenario?

Annex Details of the stage

In the SAP PI monitor displays the transaction as satisfactory

  

In the SAP ERP monitor displays the transaction is not satisfactory

Note: When you change the status in the communication channel to Best Effort present the following error:

Thank you very much for your help

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor
0 Kudos

Hi Gaetano,

What URL you are calling to access the WSDL.

At the end of the URL add the following it will solve your problem -

&&QualityOfService=ExactlyOnce

Thanks,

Apu

Former Member
0 Kudos

Hi Apu

Adjust you indicate me adding the parameter to the URL of the WSDL


And when I run through soapUI asynchronous I get the same result



Moni in PI

Moni in Back end


Thank you very much for your help and see if somehow it is possible to obtain the fault structure in an asynchronous scenario massage soap to proxy

RaghuVamseedhar
Active Contributor
0 Kudos

Gaetano,

I understand, Source (SOAP) -> PI -> SAP ECC (proxy).

If you want to send back the application error in SAP ECC to Source, you have to create synchronous scenario. Create synchronous sender/receiver Service Interface, update the operational mapping. 

Former Member
0 Kudos

Hello Raghu

Although the response I get SAP ERP system. The only way to get that message is changing the interface in SAP PI to synchronous?

There are no parameters to configure the SOAP communication channel to return this fault structure?

Thanks for your help