Take a look at the bottom of the following page: http://servicemix.org/servicemix-http#servicemix-http-Lightweightmode
Cheers, Guillaume Nodet On 3/17/06, Jaime Fernández <[EMAIL PROTECTED]> wrote: > > I'd like to route a SOAP request, depending on the value of one SOAP > field, > to one external web service or to another one: > > SOAP request --> content routing --> XSL transformation --> external > webservice 1 > --> XSL transformation > --> external webservice 2 > > So I want to offer all of this as a web service offered by ServiceMix. > > I want to use servicemix-http in order to invoke the external web service. > I've looked at soap-binding example but my example is a bit different > because this service is not really implemented by any class (it's > external). > I know how to coordinate routing and transformations tasks with the " > servicemix.xml" file. But servicemix-http requires xbean.xml. Is there any > way to integrate or reference this xbean.xml in the servicemix.xml?. > Because > servicemix.xml in soap-binding example is almost empty and there's no > activationSpec. > Is there any documentation related to this kind of configuration?. > Thanks. > >
