cancel
Showing results for 
Search instead for 
Did you mean: 

REG : HTTP Receiver Channel

Former Member
0 Kudos

Hi All,

I have a scenario where my sender is a SAP system and receiver is a HTTP url. I need to post IDOC from SAP system to the URL .No mapping is required, but i need to send a mail with the status of HTTP POST (e.g. 200 for success, 401 authorization error etc ) after every post i do on that URL .Is there any option present in XI where I can get HTTP STATUS code( ie 200,401 etc) from XI.

Thanks,

Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

for an async scenario i dont it is possible to retrieve the return code

Former Member
0 Kudos

Hi Shabrish,

Is there any method by which i can access SXMB_MONI's "SOAP ENVELOPE XML" or the tables of SXMB_MONI.

Thanks in advance,

siva

Shabarish_Nair
Active Contributor
0 Kudos

you might find some here - /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i

these are basically the tables. You can write you own FM to access the values