IE connects to the application via an IP address and a port number.
When the IE opens the IP/port the application (which has been monitoring the port) sends over a stream of data (wrapped in xml). The application then sends data whenever an update occurs in the application. The IE takes the data and sends it to a SQL Server via a tcl proc (for now – this may change later).
Question is, which pdl to use? The mlp_tcp.pdl expects to *send* data when it opens an IP/port, not listen and receive data. I need a pdl that will open an IP/port and just listen for data.
Any help greatly appreciated!
thanks,
Steve Pringle