L.S.,

You can use a servicemix-saxon SU to to the XSL translation. If you use the maven archetype to create the SU project, you will already have some example configuration elements in there. The Spring resource mentioned in actually just a URI (for file:, http:, ...) -- there's an additional one that starts with classpath: to refer to files on the classpath. Cfr. the 'Simple transformation' example for the XSLT Endpoint on http://servicemix.apache.org/servicemix-saxon.html

Regards,

Gert

akrzemi1 wrote:
Hi,
In my flow in ServiceMix I need to pass a collection of data into a web
service. To Invoke a WS I will need servicemix-http component, but in order
how do I append soap-envelope to may data xml?
Should I use servicemix-saxon?
If so, how do I provide the XSLT?
The manual says it requires "the spring resource pointing to the XSLT
stylesheet" how do I create one and how do I make a reference to it?

Reply via email to