dannyparadis
16 years agoOccasional Contributor
Extend soapUi to export report
Hi all,
I want extend soapUi Class to export xml project result to my personal system. But, the javadoc don't contain a lot of detail to help me to start.
My project description:
1) I want add an action in the contextual menu of the project icon. (I found how with this page: http://www.soapui.org/Developers-Corner ... oapui.html)
2) I think that, I can write a class in the package com.eviware.soapui.actions that extend the AbstractSoapUIAction. and link it to the action.xml. And after generate a jar on the ...\soapUI-Pro-3.5.1\bin\ext folder.
3)Now I want your help to write my class.
Where I can found a Context of soapUI with the right object to export report (xml and pdf) on a temp folder?
Any examples could be appreciate ;-)
Bye
Danny
I want extend soapUi Class to export xml project result to my personal system. But, the javadoc don't contain a lot of detail to help me to start.
My project description:
1) I want add an action in the contextual menu of the project icon. (I found how with this page: http://www.soapui.org/Developers-Corner ... oapui.html)
2) I think that, I can write a class in the package com.eviware.soapui.actions that extend the AbstractSoapUIAction. and link it to the action.xml. And after generate a jar on the ...\soapUI-Pro-3.5.1\bin\ext folder.
3)Now I want your help to write my class.
Where I can found a Context of soapUI with the right object to export report (xml and pdf) on a temp folder?
Any examples could be appreciate ;-)
Bye
Danny