cancel
Showing results for 
Search instead for 
Did you mean: 

Where to start to build an application to send/receive XML file from/to XI?

Former Member
0 Kudos

Hello.

I am very new to XI technology.

I have looked various documents to get familiar with the technology and terms related to it.

I am trying to build a stand-alone applcation to send/recevie XML from/to XI. I need some clue where i should start to do. If there is a sample code about how I can connect to XI or way to receive a message, that would be very helpful to me.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Vishnu and Priyanka,

Thank you for your postings. Those links are very helpful to understand about XI in more detail.

Actually, what I want to do is to implement a some kind of listener to receive messages from XI as well as a sender to post messages to XI.

What i understand is XI is a kind of middleware to communicate to SAP. I have a sample code of communicating to SAP directly, but not to XI. Is there any simple code available to handle a connection to XI?

Former Member
0 Kudos

Hi Kevin,

Hope u had a nice learning. Yes as you said XI stands as a middleware. It can communicate with ANY to ANY system, not only with SAP.

>>>>I want to do is to implement a some kind of listener

XI provides something called adapters for various kinds of system.

>>>>to receive messages from XI as well as a sender to post messages to XI.

As said above, you have to use Reciever & Sender adapters, of various types (as per your systems).

you can also choose the mode of the transactions (or sometimes forced based on the scenario).

Other than these adapters XI has "Proxies", to communicate with certain version of SAP systems

>>>>>Is there any simple code available to handle a connection to XI?

This is taken care when u set-up a flow in XI. (but though its adapters/proxies, communication channels etc)

It is not very clear ("simple code"), what exactly is to be achieved here, but as said above, Proxy may be more or less like something you expect, but it is only for SAP systems.

Hope this helps

Regards

Vishnu

Former Member
0 Kudos

Hi Kevin,

For the basics you could go thru :

SAP XI - Where to Find Information

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap xi - where to find information.pdf

The architecture of XI

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Elearning :

https://www.sdn.sap.com/sdn/elearning.sdn

<i>> I am trying to build a stand-alone applcation to

> send/recevie XML from/to XI. </i>

You can try out a simple file to file scenario...this blog will help you in this:

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Regards

Priyanka

Former Member
0 Kudos

Hi Kevin,

You can get lots of help from the following links

http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm

SAP XI - Where to Find Information

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap xi - where to find information.pdf

Following is the link for 'how to guides', A step by step guide to create scenarios:

https://websmp201.sap-ag.de/nw-howtoguides

All the information you need in XI :

http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm

you can also go through the url for Elearning :

https://www.sdn.sap.com/sdn/elearning.sdn

To understand the architecture of XI, Please go through this link,

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

XI is all about configuration of Adapters, to learn more please go through this link:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

One of the most powerful feature of XI, Business Process Management:

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm

Once you go through these links and are a bit aware what all XI objects do, you can try a simple "File to File Scenario" which would help you to understand XI objects in a much better manner.

For help on this scenario go through this blog it is in two parts thus i am providing both links below:

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Regards

Vishnu