cancel
Showing results for 
Search instead for 
Did you mean: 

How to see error, if web service is not on receiver side? SOAP adapter

Former Member
0 Kudos

Hi guys!

I have a scenario: abap->xi->async SOAP. Let's say, that scenario worx fine. Now, someone moves the web service to another location and SOAP adapter will send data to "nowhere". How to see this change (error)? Of course in adapter monitor, but is it possible to see it in the abap monitor?

Thanx 4 ans. Olian.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Olian,

i don´t think it is possible to see that in sxmb_moni.

You need a sync communication to the Webservice.

Otherwise you will only see it in RWB Monitoring.

Regards,

Robin

Former Member
0 Kudos

Hi guys!

Thanx 4 answers! Robin, I'm afraid if the data finds no target (ws), no fault message is sent back in spite of sync scenario... I tried it

However, thanx

o.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

1. You can check the Adapter monitoring Receiver SOAP Adapter status.

2. The webserive which system is updateing there you need to go and check that

webservice is updaing or not..(suppose when you doing FILE-TO-IDOC Scenario Whether idoc has created or not where we will check in R/3 system )

3. If the webserice is not updaing there could be a problem with webservice..we need to check that webservice is work or not also.

4. In adapter monitoring by default SOAP Adapter in Gray color once the message get received they it will come to the green color.

Regards,

Venu.