Component /dat/lib/communication/serverSocket
ServerSocket provides TCP/IP socket service that listens for incoming XML requests from remote clients.
Any XML received on the TCP/IP server socket is sent on the request port. Any XML posted to
the reply port during execution of the request port will be sent as a reply to
the remote client.
Pins
Ports
- request XML received on the TCP/IP server socket is sent on this port is sent.
- response any XML received on this port is sent as a reply to the remote client
Properties
- portNo the TCP/IP port number on which to listen for
incoming requests.
Copyright 2000,2001 Data Access Technologies