Hello, I am currently working on a project for my current client for all external notifications. My requirements are as follows: * Some of my client's partners communicate via Straight HTTP Post - Data can be HTTP (I guess I can use REST for this - but not all of them send XML!) * Some do via SOAP.
This is for a premiums and thats how my client makes his money and I would like to give them a robust solution. I would like to use CXF Servlet (Or straight Spring Dispatcher Servelt)and also add Spring MVC controller so that I can add some actions for non-soap based communications - be it a XML - or any other data format. How can I combine these two! XFire had a solution where you use Straight Spring Dispatcher Servlet and use a class called XFireExporter bean and have a url mapping on the MVC side! (XFireExporter implements a spring controller). The CXF migration says I do not need this as the *ServerFactoryBean takes care of this! I am little confused! Any idead where I can map the urls in the MVC to controllers including CXF Webservices as XFire did? Any help will be appreciated. Thanks Matt -- View this message in context: http://www.nabble.com/CXFServlet-%2B-WebServices-%2B-Spring-MVC-tf4498268.html#a12828806 Sent from the cxf-user mailing list archive at Nabble.com.
