Re: How to hook soap to a JMS server?

2001-10-04 Thread Rupal Majmudar
Hi Ong, Yes, the idea you mention is precisely one of the scenarios we are implementing, as a SOAP interface on our iBus//Mobile product (http://www.softwired-inc.com/products/mobile/mobile.html). We already have the basic prototypes running; iBus//Mobile uses a standard JMS provider - e.g. the

Re: How to hook soap to a JMS server?

2001-10-04 Thread William Brogden
Ong Boon Pang wrote: Hi, This is the idea I have... A soap client sends a soap message requests to a JMS server's inQueue/Topic using standard soap object. On the server end, A soap service listen to the JMS server for a soap message. Process the request, send its reply to JMS server

RE: How to hook soap to a JMS server?

2001-10-04 Thread Neil Benn
- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: 04 October 2001 11:40 To: [EMAIL PROTECTED] Subject: Re: How to hook soap to a JMS server? Ong Boon Pang wrote: Hi, This is the idea I have... A soap client sends a soap message requests to a JMS server's inQueue/Topic using