Creating a XSL Transformation service

Version 1 by Vincent Zurczak
on Sep 14, 2010 12:55.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History

\\
A wizard opens up, showing three drop-down lists.
In the *Use Case* list, select *Use a Petals technical service*.
In the *Petals Component* list, select *XSLT   // petals-se-xslt*.

This page defines information which are specific to the Petals XSLT component.
In fact, only two 3 elements are required:
* A XSL style sheet: you can either import an existing one or create a new one.
* Decide whether a default WSDL definition should be created or not (SOA vs. Integration usage).
* The output attachment name: with this component, the transformation result may be attached to the response, depending on the invoked operation.
This parameter is optional.

Not having a WSDL definition is a bad practice in SOA.
It should be avoided when it is possible.
But it is acceptable for integration projects (e.g. combined with Enterprise Integration Patterns).
{warning}