Re: XML messaging

2006-05-04 Thread Jan
Hi, maybe you want to have a look at: http://wiki.apache.org/cocoon/WebServiceServer or http://ws.apache.org/axis/ both possibilities to have your computers talk to each other through xml-messages. have fun with it :o) On Thursday 16 March 2006 13:34, Ard Schrijvers wrote: If you want to

Re: XML messaging

2006-03-16 Thread Yves Vindevogel
Thanks to both of you !! Bruno Dumon wrote: On Tue, 2006-03-14 at 17:50 +0100, Bertrand Delacretaz wrote: Le 13 mars 06 à 19:46, Yves Vindevogel a écrit : ...A message is an XML file, on which you have to respond. Your response is basically answering what you received and

Re: XML messaging

2006-03-16 Thread Thomas.Soddemann
Hi, have you considered employing SOAP based Web Services for that? You could go even further and use WSRF and WS-Notification. Just a thought, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: XML messaging

2006-03-16 Thread Yves Vindevogel
Yes, soap will be used in the future. I was more looking for a framework to build the messages that a way to transport them. Every message we receive must be answered to acknowledge reception. This is a quite complicated task because you must not only tell the other side you got the file,

RE: XML messaging

2006-03-16 Thread Ard Schrijvers
If you want to start with jms, a good debug tool can be found here: http://www.hermesjms.com/ AS -- Hippo Oosteinde 11 1017WT Amsterdam The Netherlands Tel +31 (0)20 5224466 - [EMAIL PROTECTED] / http://www.hippo.nl

Re: XML messaging

2006-03-16 Thread Thomas.Soddemann
Have you had a look at WSRM? I have not used it personally yet, but it may provide you with what you need. As far as I understand it, you can basically send messages and have their receipience acknowledged. The acknowledge message can carry in addition to the WSRM requirements any information

Re: XML messaging

2006-03-16 Thread ian . d . stewart
]To: users@cocoon.apache.org lements.be cc: Subject: Re: XML

Re: XML messaging

2006-03-16 Thread Yves Vindevogel
: Subject: Re: XML messaging 03/16/2006 07:03 AM Please respond

Re: XML messaging

2006-03-14 Thread Yves Vindevogel
Nobody ?? Yves Vindevogel wrote: BTW: I know what jabber is. Jabber seems like a good way to transport the messages. But I'm more looking for an engine to evaluate the messages. For instance, I have to look whether certain values are correct in the file, Yves Vindevogel wrote: Hi,

Re: XML messaging

2006-03-14 Thread Bertrand Delacretaz
Le 13 mars 06 à 19:46, Yves Vindevogel a écrit : ...A message is an XML file, on which you have to respond. Your response is basically answering what you received and reporting errors if they occur... In the java world a good tool for this is JMS, an interface to message buses which

Re: XML messaging

2006-03-14 Thread Bruno Dumon
On Tue, 2006-03-14 at 17:50 +0100, Bertrand Delacretaz wrote: Le 13 mars 06 à 19:46, Yves Vindevogel a écrit : ...A message is an XML file, on which you have to respond. Your response is basically answering what you received and reporting errors if they occur... In the java world

Re: XML messaging

2006-03-13 Thread Yves Vindevogel
BTW: I know what jabber is. Jabber seems like a good way to transport the messages. But I'm more looking for an engine to evaluate the messages. For instance, I have to look whether certain values are correct in the file, Yves Vindevogel wrote: Hi, I need to develop an XML messaging