How can I generate document through Document Builder using a local XML file?
In Document Builder, we cannot point to local XML file and run document generation. There is no option to browse to XML file (or JSON) while creating the connection. Is there any option to achieve this in Document Builder (which is possible in Launcher)? |
2 answers
You can host the XML file (or image or json) so that it can be accessed using HTTP/HTTPS protocol. If Document Builder is deployed on Websphere Liberty profile, the simple way is to place the file (ex. text.xml) within <DocumentBuilder>\server\liberty\servers\clm\apps\rpeng.war so that it can be accessed as
https://<mydocbuilderserver>:<port>/rpeng/text.xml.
You can also create a folder (ex. testdata) within <DocumentBuilder>\server\liberty\servers\clm\apps\rpeng.war and place the files within testdata folder. Then the file can be accessed as
https://<mydocbuilderserver>:<port>/rpeng/testdata/text.xml
This http(s) path can be used as URI while creating the connection.
|
Subramanya Prasad Pilar, I’ve seen you answer a lot of questions about RPE/PUB in the Jazz forum. I need help with a project to see if it is possible, however I work on a classified network. Can I run some issues by you to see if you could help or let me know if it is possible to do? <o:p> </o:p> |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.