Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Building XSLT Services | Debugging an XSLT Service | Creating a Launch Configuration for an XSLT Service
 
Creating a Launch Configuration for an XSLT Service
To debug an XSLT service in Designer, you create and then run a launch configuration. You can specify input values for debugging the XSLT service in the launch configuration. Use the following procedure to create a re-usable launch configuration that you can run to debug an XSLT service.
*To create a launch configuration for debugging an XSLT service
1. In the Service Development perspective of Designer, select Run > Debug Configurations.
2. On the Configurations tree, select XSL and click .
3. In the Name field, specify a name for the new launch configuration.
4. In the XML Input File field, select a source XML file.
5. Under Transformation Pipeline, click Add Files. Browse to your local workspace to select the .xsltservice source file corresponding to the XSLT service that you want to debug.
6. Specify transformation parameters if required.
7. Click Apply.
8. Click Debug to debug the XSLT service now. Otherwise, click Close.