cancel
Showing results for 
Search instead for 
Did you mean: 

Connection via socket

Former Member
0 Kudos

Hi Gurus!!

I have a technical doubt.

I have connected my R/3 via socket with an external application. On the same socket, we send a request and receive a response, through a Java Proxy.

Now, I have to change the design, because the external application send the reponse through a different port from the request is sent.

How could I create with Java Proxy an application who listen the response from this external application, and trigger a BPM on XI?

Any help will be very useful.

Thanks and regards,

Manuel Míguez.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

For HTTP is is easy: Write a servlet and deploy this on the XI server. Call the Java proxy from this servlet.

For other protocols I do not know if this possible with Java Proxy. I think you have to write a whole adapter with the adapter development API.

Regards

Stefan

Former Member
0 Kudos

Its another Problem but can you give me a sample how you have connect your R/3 System with the application.

Answers (0)