cancel
Showing results for 
Search instead for 
Did you mean: 

How to send different XML using static URL

Former Member
0 Kudos

Hi Guys,

I have the problem, my legacy system sends xml messages to XI by HTTP, my legacy system support only a static url http://host:8000/sap/xi/adapter_plain

I have more than one interface, how did u fix this problem. I need to send xml to XI with out defining INTERFCAE on URL.

can anybody explain how to handle this issue, help would be really appreciated.

Thanks,

k s reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

You have two options:

1. use enhanced receiver determination (but for that, you'll have to use java mapping from input message to receivers), it will only work from 3.0 SP16 / 7.0 SP7;

2. use a generic interface, where you define all possible message type tags with occurrence 0...1.

Regards,

Henrique.