Just wondering... do you want "event driven communication" or just "new unsolicited messages" from the server to the client. The latter can be done by simply providing the server with an EPR to send messages to - no need for a formal event infrastructure. Or did you really want to formalize everything and have a Subscribe(), events...., Unsubscribe() ?
thanks -Doug ______________________________________________________ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] "Gul Onural" <[EMAIL PROTECTED]> 03/20/2007 11:39 AM Please respond to [email protected] To <[email protected]> cc Subject RE: WS-Notification implementation for Axis2 Apache Muse implements quite a bit number of WS- specs (WS-MetadataExchange (WSX),WS-ResourceFramework (WSRF), WS-Notification (WSN), WS-DistributedManagement (WSDM)...) What I want to accomplish is to have event driven communication between our web service (which is implemented using axis2) and web service clients. Architecturally with Muse, is it possible to use WS-Notification without using the implementation of other specs in Muse ? How are they tied together ? Gul -----Original Message----- From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 9:24 AM To: [email protected] Subject: Re: WS-Notification implementation for Axis2 The Apache Muse project implements WS-Notification 1.3 (ratified last year) and runs on Axis2. More info here: http://ws.apache.org/muse/docs/2.2.0/tutorial/index.html http://ws.apache.org/muse/docs/2.2.0/manual/index.html Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
