cancel
Showing results for 
Search instead for 
Did you mean: 

2 questions about Plain HTTP adapter

Former Member
0 Kudos

Hello all,

Thanks in advance for your help and answers :

1) How can I monitor external requests entering in W.A.S ABAP (trace inbound request where W.A.S acts as HTTP server) ??

(In SMICM trace, I can found only outbound request (W.A.S. = HTTP client)

2) Where can I configure the behaviour of Receiver plain Http adapter concerning automatic restart ?

The question concerns the case where partner isn't reachable. In SXMB_MONI, automatic restart is tryed for a long period of time. I want to configure the number of times, the message is restarted automatically and periods of time between 2 tries.

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

michael_spindler
Participant
0 Kudos

Hello Jean Charles,

you can watch external requests through TA sicf. In the menue there you have the possibility to start an recorder -> Client / Recorder / Activate Recording.

This will trace the incoming requests.

With the menue entry Client / Recorder / Display Recording you can show the recorded entries.

See also:

http://help.sap.com/saphelp_nw04s/helpdata/en/12/adc54044ed7b2de10000000a155106/frameset.htm

Hope this helps.

Regards

Michael

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

1. See this

/people/william.li/blog/2007/09/07/posting-and-testing-using-xipi-http-adapter

2. IS_Retry is the batch job of XI that reprocesses the messages

IS_RETRY_LIMIT is the number of retries and can be set at sxmb_adm

Regards,

Prateek

Former Member
0 Kudos

Thanks a lot Prateek.

For question 1) The SAP HTTP server doesn't have a standard http inbound log ???

prateek
Active Contributor
0 Kudos

This facility might be of ur interest. See the section HTTP Logging

/people/brian.mckellar/blog/2003/10/01/bsp-trouble-shooting-http-logging

Regards,

Prateek