Manually Editing the Path
To manually edit the path to the PDF
1. Define the template folder location somewhere in My webMethods Server (that is, the location where both the PDF and the exported XDP will reside). For example, this location can be a folder named "Templates" under Public Folders in My webMethods Server: /Public Folders/Templates/.
2. Place the PDF file in this location, and export the XDP file into the same location.
3. Open the XDP file in a text editor and modify the href value. At this point, the href will contain only the name of the PDF file; for example, href="filename.pdf". Change the value as follows:
New Value: href =
http://ServerName:8585/wm_mws_config/repository/mws/Public%20Folders/
Templates/filename.pdf
4. Save the file.