Darwin Pushport V16
Is the SOAP requests for data being discontinued? does anyone have a c or c++ client for connecting to the stomp web stream? does anyone have a STOMP CONNECT message structure so I can see what header information I'm missing when I try telnet in.
CONNECT
accept-version:1.0,1.1,2.0
client-id:<LOGIN_USERNAME>-1
login:<LOGIN_USERNAME>
passcode:<LOGIN_PASSCODE>
^@
CONNECT
accept-version:1.0,1.1,2.0
host:darwin-dist-44ae45.nationalrail.co.uk
client-id:<login_id>-1
login:<login_id>
passcode:<passcode>
^@
ERROR
content-type:text/plain
message:Unknown STOMP action: ���� ����'������CONNECT
Thanks, I have my first test working now using PuTTy with the Telnet option: "Telnet Negotiation mode:" set to passive. Now I can see the connection and message response I can start writing a c++ application to connect and handle the messages