I have a question about connecting a FlexSim model to an HTTP server.
I currently have a model that uses sockets. FlexSim is the client with localhost and 1880 as the host name and port number, respectively.
Can an HTTP server be specifed in the clientconnect command via a URL? Something like: clientconnect(socketNum, HTTP://localhost.1880, portNum)