cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Inbound and outbound - QoS BE

Former Member
0 Kudos

Hi Experts,

I have two interface in my production environment.

File>FTP adapter>PI--->Receiver HTTP adapter

HTTP request t>PI-FTP Adapter --->File.

We don wanna to receive any response from the reciver back to sender.

But whenever i checks the message header in SXMB_MONI or MDT or RWB , the QoS service as BE.

Because of this Sender Sytem always expects some resoponse from PI or Receiver system. But we ahve not configured anything to frwd teh response to respective system.

My question here is, How should i make the QoS as EO which is for Async ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

QoS is configured in your ID scenario in your communication channels (adapter level). Check them.

Regards,

Kai

Former Member
0 Kudos

Hey

>>File>FTP adapter>PI--->Receiver HTTP adapter

Since the quality of service originates from sender side,the above scenario should not expect any response since file is never BE (its either EO or EOIO)

>>HTTP request t>PI-FTP Adapter --->File

For this one,you need to explicitly specify QoS as EO in the URL you are using to post messages to XI

Look at the bottom of the below blog

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

you need to add &QualityOfService=ExactlyOnce in the URL.

Thanks

Aamir