cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP ASYNCHRONOUS ADAPTER (RECEIVER)

Former Member
0 Kudos

HI All,

My Scenario

R/3 -> iDoc -> XI -> XML -> HTTP -> Target

2 Questions:

1. I have defined the interface from XI to Target as "Asynchronous Inbound" but still XI expects a response back from the Target when it sends a request. How to swtich it off. I do not want to wait for the response from the HTTP server.

2. Also can you please tell me what is the URL to access Adapter Monitor?

Thanks

Satinder

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

check these links

Hope this helps

Regards

Vishnu

Answers (2)

Answers (2)

Former Member
0 Kudos

1. HTTP adapter by its very nature expects a reply back from the host server. Via QoS you only control whether it wait for reply when a request is sent or it can come anytime later?

2. http://<server>:<port>/mdt/amtServlet. But there is no specific adapter for plain http here.

udo_martens
Active Contributor
0 Kudos

Hi Satinder,

ur outbound is the IDoc, the selfmade inbound interface should be marked as "asynchronous" (IB Repository). There is nothing 2 switch off, it should work automaticly.

Look to runtime workbench (link at IB), where u find adapter monitoring.