Osterman, Forrest wrote:
Could this be related to the error I am getting?
I am trying to send a subscribe message to xmlBlaster over a socket, without using the libraries. The message I get is "Your secretSessionId is invalid, no access to http_(my machine IP)
The message I sent was:
63**I**13465*subscribe***<qos></qos>*<key oid='metinfo'/>*
msgLen[10] flag[6] requestId methodName sessionId lenUnzipped userData checkSum[10] +---------+-------+------ -*----------*-----------*-----------*-----------+----------+
The sessionId is empty, without a secrest session ID there is no access to xmlBlaster (it should be directly after "subscribe*".
Do you use the Java client lib or your own SOCKET C/C++ library?
Marcel
I have gotten the latest version from CVS, and built it, but I still get this error.
-Forrest Osterman