cancel
Showing results for 
Search instead for 
Did you mean: 

Address for receiving Message

Former Member
0 Kudos

Hi Friends,

I am working on XI scenario in which the partner will send me P.O. through there BC system and that I have to receive using XI system and create sales order in my R/3 system and send back sales order confirmation.

I dont know which address I have to provide to partner on which they can send me P.O. message from their BC system.

Plese help me out..

Thanks...

Brijesh Soni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you need to give Integration Engine URL. like

http://IPaddress:8000/sap/xi/engine?type=entry.

now your scenario is HTTP to RFC Scenario.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks All for ur help

former_member200962
Active Contributor
0 Kudos

Hi,

The address that you are looking for is the TargetUrl address that appears in any WebService document.....when you are asking someone to send data to XI you are actually exposing the XI objects as a WebService to the user....hence now XI comes under the ESOA category.....in ID there is an option called Define WebService (actually it is a wizard) with which you can create a .wsdl file with details of your corresponding MI....in the first step for creating the .wsdl it will ask for a URL....for this you can use the URL format given by Prateek....and then enter the details such as the MI, BusService,Communication....

Save this file and ask the end system to have it updated into their coding(if needed)......

Regards,

Abhishek.

prateek
Active Contributor
0 Kudos

Yes, as mentioned use the XI Integration Engine url as the BC system will be calling XI using HTTP protocol.

http://XIHostName:httpport/sap/xi/engine?type=entry.

Regards,

Prateek