We are trying to work on an application that connects to the App bridge and sends messages to it using visual basic. The connection and receiving data works fine after you strip off the first 4 digits received (Length Field) but you cannot send messages without this header. The book defines this field with the following:
"For Ethernet connections, the Length field is the first field in the message. This field contains the total message length, exlusive of the initial 4 bytes. Unlike the other message fields, this field is binary; it is not encoded in ASCII."
During training at Aspect the trainer gave me a Contact Server Simulation program that is written in Visual Basic and can attach to the App Bridge to send and receive messages, so VB can do this. Does anyone know how or have some sample code in VB, C, C++, Java, or any other language.
"For Ethernet connections, the Length field is the first field in the message. This field contains the total message length, exlusive of the initial 4 bytes. Unlike the other message fields, this field is binary; it is not encoded in ASCII."
During training at Aspect the trainer gave me a Contact Server Simulation program that is written in Visual Basic and can attach to the App Bridge to send and receive messages, so VB can do this. Does anyone know how or have some sample code in VB, C, C++, Java, or any other language.