cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver To HTTP Sender

Former Member
0 Kudos

Hello,

i have the following scenario:

System A --> [XI1 -> http-receiver] -


> [ http-sender --> XI2]

So i send an IDoc from A to my XI1 and then i want to send it with the http-receiver to

the http-sender of an other XI2.

In my http-receiver i want to use a rfc-connection.

The adress of the http sender is something like:

http://xisystem:8000/sap/xi/adapter_plain?interface=INVOIC.INVOIC01&service=BS_HTTP_SENDER.

My question is how can i configure the parameters like 'service' from the sender in the http-receiver.

Thanks and regards

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Patrick,

as URL parameter of the http-address, you have it there: sercice=BS_HTTP_SENDER. You need as well parameter interface, namespace and QOS=EO. The rfc destination will give you a warning for that - ignore it.

Regards,

Udo

Former Member
0 Kudos

The questions is, where is the place to tell the http-receiver all of theese parameters?

If i copy the whole address with all query strings in the path prefix of the rfc destination i'm getting the message: 'query string not allowed' and can't ingnore it.

Former Member
0 Kudos

you need to configure HTTP receiver communication channel and over there give the complete URL for the receiver system

Thanx

Aamir

udo_martens
Active Contributor
0 Kudos

Hi Patrik,

it is a warning. Press Enter..

Regards,

Udo

Answers (2)

Answers (2)

Former Member
0 Kudos

Udo was right!

It's a warning and it's working with ENTER!

Thanks to all!

udo_martens
Active Contributor
0 Kudos

Yes, a little miracle

Former Member
0 Kudos

Hi Patrick !

Check the header mappings in the receiver agreement of XI1. There you should set the "service" that the XI2 will receive.

Regards,

Matias.