I'm trying to connect two applications using sockets. The first one is a JAVA application and the second one is a web application using ASP.
I've got the connection between the JAVA application and a web application using Java Server Pages and the native JAVA class Socket (using WebSphere application server).
Due to the application server is a ISS and it doesn't use Java Server Pages, I have to get the connection using ASP.
I need a code example.
I've got the connection between the JAVA application and a web application using Java Server Pages and the native JAVA class Socket (using WebSphere application server).
Due to the application server is a ISS and it doesn't use Java Server Pages, I have to get the connection using ASP.
I need a code example.