cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from IP

Former Member
0 Kudos

Hi friends,

How to read a data from a TCP/IP port through SAP, If the data is received to the particular port, the application have to read the data and have to process that.

Say for example 127.0.0.7:3500, a data is going to send from external device, where my asp.net application have to read those data. Please help.

(Please don t guide me through serial port)

Thanks in advance

Vijay.G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

as far as I understand your requirement, you need an adaptor for TCP/IP. This is not one the default adapters shipped with SAP Netweaver PI. Have a look at SDN for TCP/IP and adaptors and PI. Maybe you will find something. I've done a similiar thing in the past (custom adaptor), which was based on TCP/IP and used a proprietary protocol. Writing your own adaptor isn't something you can just do, that takes lot of time and skill on the java side.

Best Regards

Sven