Forum Discussion
ashu248
8 years agoContributor
i tried for once for generating pdf report using external jar.
a) write the code in eclipse.
b) export the code as jar.
c) put this in ext folder
d) restart the soapui.
e) import the related pkg. for your utility.
f) call the method to generate report.
it works for me hope the same for you.
please accept as solution if it works.
Lucian
7 years agoCommunity Hero
Hey,
Thanks for the suggestion. However, I was specifically looking for an html report.
- nmrao7 years agoCommunity HeroYes, markup builder does exists for generating html. Here is simple example. https://gist.github.com/kdabir/1885146