Hello, I'm trying to set up asynchronous Webservices with XFire where client specifies the endpoint reference where responses must be sent. For instance: client sends a message to my services via HTTP and "says" reply to me via JMS. I use WS-Addressing, especially the wsa:MessageID and wsa:ReplyTo SAOP headers, for messages correlation and endpoint reference definition.
This seems to work well when the specified endpoint is accessed via HTTP, however I cannot find a way to send the reply to a JMS queue or topic. I tried to specify a replyTo like jms://myjms?topic=mytopic, I got a fault saying "Invalid JMS URI: 11830246790257907929366". For JMS I only have an activeMQ service running on localhost, no other settings. My questions are: - Is this feature supported by XFire ? - Should I use WS-Notification ? with ServiceMix? - What should be the endpoint reference format in the ReplyTo header ? Thanks Benoit -- View this message in context: http://www.nabble.com/JMS-in-wsa%3AReplyTo-header-tf3993577.html#a11340460 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
