cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.31 to TCP/IP Socket Server

Former Member
0 Kudos

Helllo,

We have a requirement to send data from PI to TCP/IP socket server. I did come across Socket Integration with XI | SCN. However looks like this article refers to PI 7.1 jar library 'com.sap.aii.mapping.api.*'

Is the above applicable for PI 7.31 as well?

Also what other libraries do I need to establish connection from PI to socket server via Java mapping? Please advice.

Has anyone else come across such a requirement? If yes, please provide your thoughts and experiences.

Thanks,

Ashish

Accepted Solutions (0)

Answers (1)

Answers (1)

GauravKant
Contributor
0 Kudos

Hi Ashish,

Is the above applicable for PI 7.31 as well?


Yes, you can use the same java mapping for 7.3 as well.


PFB thread. this might help.


TCP/IP Socket Connection with SAP PI | SCN


You also need java.net jar file for this mapping. // this is default jar for eclipse.


Regards,

Gaurav