cancel
Showing results for 
Search instead for 
Did you mean: 

Control of interface when using a single URL

michael_jahn
Member
0 Kudos

Hi all,

we want to implement 15 schemas of a partner system with XI and R/3 as backend. So we uploaded the 15 xsd files and imported the corresponding RFCs, did all the mapping and the configuration and in the end created 15 web services with 15 different URLs.

Unfortunately the partner system is not able to handle different URLs but it wants to send all the messages to a single URL on our XI system.

Question: is XI able to examine the content of the message (e.g. the first tag contains the identifier of the schema) and to choose the correct interface afterwards? I would prefer not to use the BPM as we do not have knowledge on this area till now. Do you know how we could come to a solution?

Another question is the logon language to the R/3 system. I think the language is fixed in the communication channel. Is there a possibility to change it before the logon is done - when the language is part of the content of the schema?

Thanks in advance,

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michael,

If you can use the HTTP adapter (sending XML files over HTTP), XI will handle this correctly.

There is only 1 page where you can submit XML files over HTTP. All files are placed directly into the XI queue. You have to setup 15 different receiver determinations, so no BPM is needed at all.

Kind regards,

Christiaan Schaake.