Re: cxf and jms service

2011-09-05 Thread Eric Johnson
You could look at: http://fusesource.com/docs/framework/2.4/bind_trans/SoapOverJms.html http://fusesource.com/docs/framework/2.4/bind_trans/FUSECXFJMS.html http://fusesource.com/docs/framework/2.4/jaxws/SoapOverJmsJava.html They all have plenty of examples on using the various JMS options for CXF.

Re: cxf and jms service

2011-09-05 Thread Willem Jiang
Hi, You just need to change the transport Id. There is an example about soap over JMS here[1]. [1]http://dl.dropbox.com/u/1623952/soap-jms-example.zip On Sat Sep 3 16:47:57 2011, marcin.kasin...@gmail.com wrote: Hello. I have small question. I'm using cxf lib with eclipse. Generating ser

cxf and jms service

2011-09-05 Thread marcin.kasin...@gmail.com
Hello. I have small question. I'm using cxf lib with eclipse. Generating service is very simple (right click -> WebService -> Create WebService). After that I use this service using WebService over HTTP. My question is : What should I do to let invoke this service from WS HTTP and JMS ? I r