cancel
Showing results for 
Search instead for 
Did you mean: 

Integration with C++ application using sockets

Former Member
0 Kudos

Hi,

Our requirement to integrate R/3 system with a C++ based application using PI. For this I want to know how PI can communicate with C++ application using sockets. This is required only for SAP Outbound scenarios. Please let me know if you get any information on this.

Regards

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

we had done something similar 4 years back

the best solution I have to suggest is the use of a java proxy. You can write the code for handling the socket connection in it.