It's all about the answers!

Ask a question

How can I generate document through Document Builder using a local XML file?


Subramanya Prasad Pilar (4.6k15) | asked Aug 24 '22, 10:15 a.m.
edited Aug 24 '22, 10:26 a.m.

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



permanent link
Marcus Whitehead (133) | answered Dec 08 '22, 8:30 a.m.
edited Dec 08 '22, 8:31 a.m.

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>


permanent link
Subramanya Prasad Pilar (4.6k15) | answered Aug 24 '22, 10:18 a.m.

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.

Your answer


Register or to post 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.