cancel
Showing results for 
Search instead for 
Did you mean: 

purpose of developments

Former Member
0 Kudos

hi , All

what is the main purpose for developing different scenarios like file to idoc, file to rfc,

file to jdbc, file to plain http, and fil to file .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks for clarification

Former Member
0 Kudos

Integration...... Integrating Systems i.e A2A or B2B, we need some media whch transfer the system. So here using XI system we transporting messigs between application and businesses in the loose coupling. When XI is platform independent, the message being tranferring across the system by using XML and XI will work on only J2EE which understand XML messages.

Now come to the scenarios, here all the third pary Adapters will work on J2EE only and those are preloaded which will understand the respective application softwares.

Various Scenarios : when any system is involved across the Integration then both the ends of applications may not be compatible each other and can not understand messages properly and may not be up always. To avoid all such problems we may need develop such scenarios to enable messages tranporting.

Sudheer

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. to connect different systems (as they communicate in different ways)

2. to free people from repetitive and borking tasks (like writing something

to both systems rather then only to one)

Regards,

michal

Former Member
0 Kudos

thanks for good clarification .

but i need clear description , on what criterian we were decide to file to idoc, file to rfc like this...........

former_member431549
Contributor
0 Kudos

If you have to connect to a system through a RDBMS, then you would use a JDBC adapter. Through a flat file, then file adapter. Through MQ, then JMS adapter.

It is not a optional decision you would make (usually). It is based on capabilities of the business system to which you are connecting. Sometimes you may have more than one option, then you decide based on standards within your shop, or requirements of the specific interface.