The xslt transformation component can not be used between two components for an in-out MEP. In such a case, you would need to use the ChainedComponent and use the xslt transformation and the target endpoint in the service lists. Then, you could also add another xslt to transform the output. Take a look at http://svn.apache.org/viewcvs.cgi/incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/components/util/chained-router.xml?rev=387210&view=markup
Cheers, Guillaume Nodet On 3/20/06, Jaime Fernández <[EMAIL PROTECTED]> wrote: > Thanks for your reply, Guillaume. > I've attached the servicemix.xml file for doing a very simple example: > > SOAP request -> XSL transformation -> Invocation of external webservice > > It works if I remove the transformation (invokes the webservice with the XML > received by the http binding). But when I add the XSL transformation (an > intermediate step) then the sample fails. It returns directly the XML > transformed. But my objective is to invoke the external web service with the > transformed XML. > I think that "destinationService" elements are correct. > What's the problem? > Thanks > > > On 3/17/06, Guillaume Nodet < [EMAIL PROTECTED]> wrote: > > 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. > > > > > > > > > > > > >
