Nearly lost the message from Willem... >>> >>> On 2/24/11 8:23 PM, Willem Jiang wrote: >>>> CXF JMS transport supports JMS URI which is part of JMS over SOAP spec >>>> out of box. I think you can use it with JAXRS frontend without any >>>> trouble
Yes indeed. On the server side it's easy. We can have say 3 endpoints sharing the same bean, one SOAP-based endpoint for getting SOAP-over JMS message, the other one is a JAX-RS endpoint for getting HTTP messages and yet another one for getting JMS messages. And a single bean instance. Then on the client side, we have SOAP proxies, plain JMS clients which will post to JAX-RS endpoints. HTTP clients will not use the JMS-kind of language, they will be able to query easily but the only limitation there is that such HTTP clients will have to check statuses rigorously and do few other tricks to ensure messages get delivered, if itsd required... Sergey . >>>> >>>> 2011/2/24, robert<[email protected]>: >>>>> CXF supports SOAP over JMS; http://www.w3.org/TR/soapjms/. >>>>> >>>>> Should the bindings and service extensions defined by this spec be >>>>> better suited in a supported WSDL or WADL? >>>>> >>>>> I assume WADL as supported by CXF? >>>>> >>>>> Thanks! >>>>> >>>>> >> >> >> -- >> Glen Mazza >> Software Engineer, Talend (http://www.talend.com) >> blog: http://www.jroller.com/gmazza >> >> >> >
