cancel
Showing results for 
Search instead for 
Did you mean: 

Execute Business Transaction from xMII via XI to SAP R/3

Former Member
0 Kudos

Hello everyone,

I have a requirement to post the SAP R/3 transaction from xMII via XI. Does anyone one could give me the steps needs to follow to accomplish this.

Thanks,

Mahesh

View Entire Topic
former_member265993
Discoverer
0 Kudos

Mahesh,

So as i understand your flow is xMII -> XI -> SAP ECC. So basically in this case u can setup XI to host a web service and xMII can call the web-service and post the data to XI. You will have to get the WSDL for the XI Web Service and then use it in the Web Service action block in xMII to consume. You will also need to setup the soap adapter in XI to receive the web service call from xMII. Once xMII calls the web service, XI can then update the data into SAP ECC either thru Idoc or RFC adapter.

So once your trigger point in xMII is activated, it should call the BLS which in turn will call the XI Web Service and post the data to XI.

In case the scenario is the other way round you can also host your BLS as a Web Service in xMII. XI can then call the web service and send the data to xMII. Alternatively you can also use the http post action block in xMII to do the same.

Let me know if you need anymore info.

Thanks,

Kapil.