[Moonbeam-users] moonbeam // client-server // format
Status: Beta
Brought to you by:
slonko
|
From: andreas h. <moo...@an...> - 2003-01-28 10:45:22
|
hi there,
i'm trying to use moonbeam, but fail due to the unknown client-format of
communication.
- i've read the dtd's
- i've seen the files in 'samples'
- i've snooped the traffic with ethereal
all i try is:
<?xml version="1.0" encoding="ISO-8859-1"? ><!DOCTYPE envelope SYSTEM
"message.dtd"><envelope from="client#/ip.ip.ip.ip:62559" to="moonbeam"
id="1043140698953"><message><body>hello</body></message></envelope>
moonbeam returns (log):
- no rootelement found
or
- xml doesn't start with entity
or
- doesn't react at all
i've checked the java sources of the client, and understand that it
works with 2 threads, one for sending and one for receiving, but i
can't see where the xml-envelopes get built. (and why do you send a
'null'-byte?)
i'm trying to achive the message sending over a telnet session, so this
shouldn't make any difference.
thanks for your support.
--
andreas
|