Hi all, I am currently trying to configure apache service mix as a single access point to a collection of web services. my goal is that any user agent wanting to message a web service has to send that message to servicemix, which will then route it to the appropriate web service. These web services should be able to dynamically register and unregister themselves somehow to/from servicemix, as they are outside of it and can be anywhere on the internet.
My question is: which technology should I use to accomplish that? So far I have been trying to use drools to route the messages to the according web services based on a set of simple rules. But I'm not sure if I am on the right path, because it's not 100% what I need. I have to manually fill the drl files with the routing rule to each web service, I cannot expose the wsdl files of the web services accordingly and I have problems with HTTP authentication required by some of the web services. What would be the best practice for my solution? I take it that this is one of the main uses of servicemix, so I guess many of you have implemented something similar? Thanks in advance, BR -- View this message in context: http://www.nabble.com/Servicemix-as-single-access-point-to-several-web-services-tp17129303p17129303.html Sent from the ServiceMix - User mailing list archive at Nabble.com.