[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] socket clients?



David K wrote:

Hi Folks,

	I've been playing with xmlBlaster for a bit now, and have run
into a problem...

	Does anyone have a working demo client that uses that socket
protocol written in a language other than java?  The demo/c/socket
client seems to have been written for a previous incarnation of the
protocol and just causes ArrayOutOfBounds Exception errors on the server
side.

	The c++ code also seems to be lacking a socket protocol driver
as well from my initial investigation.  Am I looking in the wrong place
or is there anyone working on this?

Thanks


Hi David,

you are right, the C socket is a very old incarnation not of any use anymore.
C++ has CORBA support only.


But writing the SOCKET protocol in your preferred language should be
very simple if you look at:

http://www.xmlblaster.org/xmlBlaster/doc/requirements/protocol.socket.html

regards

Marcel