cancel
Showing results for 
Search instead for 
Did you mean: 

external system to XI through TCP/IP

Former Member
0 Kudos

Hi Experts,

I have a scenario where the external system can send messages thru TCP/IP. That will be mapped CC thru RFC

which adapter has to be used for this scenario??? ne suggestions??

Regards,

Teja

Accepted Solutions (0)

Answers (3)

Answers (3)

NikiScaglione
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

There is NO adapters TCP/IP available on XI/PI. If I understood in the right way you have a component only "speaking" via TCP/IP.

You can think about writing a tcp/ip adapter but probably you can follow other solutions.

Kind Regards,

Niki

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>I have a scenario where the external system can send messages thru TCP/IP. That will be mapped CC thru RFC

All transport protocols are working on TCP/IP network. You need to ask the external system's transport ability. Even File can be ftped through TCP/IP network.

>>which adapter has to be used for this scenario??? ne suggestions??

Basic protocols are File and HTTP. If you need synchronous communication with RFC. You can try SOAP or HTTP on the sender side too.

Former Member
0 Kudos

most of the network communication goes via tcp/ip do you have a specific protocol in mind ?

i would say the simplest one would be http just do an http post to the xi system and it should work