cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP adapter -Async

Former Member
0 Kudos

Hi All,

My scnario is SAP -PI--webService (SOAP adapter) Asynchronous.

In case of any error while processing the data into webservice, I think webservice will pass back a relevant message to thePI through SOAP. I am able to see only the error descrtion in the CC monitoring.

How does PI interpret the XML which SOAP passes back in the event of an error during processing?Where we can find the XML message of the error?

What is the functionality is in place in SAP-PI to get the returned information from the webservice in the event of an issue?

Thanks in Advance

Kartikeya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

kartikeya

from your question i thnk i get the picture...

when ever there is any sort of an exception @ the webservice, the service throws an exception.......this is called a SOAP FAULT in Services terminology.......

you will definitely be able to find /view this fault in your MONI....

Former Member
0 Kudos

Hi Hankovak

As this is asynchrounous interface in sxmb_moni it shows the message processing is successful.But in Adapter engine monitoring it displays the error as UNKNOWN/APPLICARION_ERROR-Application fault. I want to see the comlete response XML from webService. Where can we find ?

Thank you

Kartikeya

agasthuri_doss
Active Contributor
0 Kudos

Karthik,

Asynchronous / synchronous is decided by the sender system /adapter

> I think webservice will pass back a relevant message to thePI through SOAP

If it is Async the SOAP adapter will not get the response back from the webservice

Cheers

Agasthuri Doss