cancel
Showing results for 
Search instead for 
Did you mean: 

How to process Fault Message (Proxy-PI-SOAP) Synchronous

Former Member
0 Kudos

Hi Experts,

I am working on interface Proxy-PI-SOAP(Synchronous).

I am getting response back and error code back in case data is bad.

Problem: If we are not getting response back from SOAP in 6 sec we are breaking the connection(Timeout).

              Now we want that once connection is timeout PI to send an error code to Proxy.

              Could this possible through Fault message type. How we can implement for timeout and what will be the error message. Any mapping required

              for the same.

Plz help

Thanks

Hemant

Accepted Solutions (0)

Answers (2)

Answers (2)

Bhavani_Baisani
Participant
0 Kudos

please refer below link

https://scn.sap.com/thread/1977641

Former Member
0 Kudos

Hi Bhavani,

I already gone through the thread. But my question is the proxy will go into a system fault.

How will handle this and then throw a readable message back to SAP user.

Former Member
0 Kudos

Hi,

Plz help..Its urgent.

monikandan_p
Active Participant
0 Kudos

Hi Hemant,

You can solve the problem by using http adapter instead of soap and creating the envelope during mapping time.

Kindly follow the below link to solve the fault message issue.

http://scn.sap.com/thread/3338897

Have a nice day

Best Regards,

Monikandan.

Former Member
0 Kudos

Hi,

You didn't understand my problem. Receiver is not sending error back. We are forcefully braking connection after 6 sec. In that case how error will get triggered. We know system error will get triggered but we need application error, so that SAP can resend the message again after getting the application error. Or is there any way for SAP to handle system error.