I'm curious to know if anyone has come up with with a model for rapid servicemix web service development.
Basically what I'm looking for is some sort of structure to create contract-first (wsdl) web services which can have a POJO (or POJOs) plugged into them. I'm confident that maven can provide that structure with its project object model, but I feel like this is something that surely has been before. What I'd like to do is feed something (pom.xml?) a WSDL, Binding Component type, and and a routing service (Camel, or EIP) and will ultimately produces a Service Assembly that I can deploy to SMX. This leaves the ramp up time in starting a web service to defining the routes of the routing service, and writing the necessary POJO(s), limiting the developer's exposure to messy java web service-ness. I'm fairly new to Servicemix, and equally new to maven, so I'd greatly appreciate it if somebody could point me in the right direction on where to get started with something like this. Thanks! -Adrian -- View this message in context: http://www.nabble.com/A-rapid-SMX-web-service-model--tp22249173p22249173.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
