Forum Discussion
dschweie
14 years agoNew Contributor
Hi,
In a project I created with soapUI it was looking for a possibility to bring functionality to library. In the Open Source version of soapUI you create jars and you have to store those in folder <installation directory>/bin/ext/.
Maybe you can use this either. You just code you function in Java and create a jar-file. This can be used by Groovy script very easily.
To ensure a special number of digits I would recommend to use datatype String. In XML-document you will not have trouble with it.
This solution might not be the most efficient but it will work.
Best Regards
Dirk
In a project I created with soapUI it was looking for a possibility to bring functionality to library. In the Open Source version of soapUI you create jars and you have to store those in folder <installation directory>/bin/ext/.
Maybe you can use this either. You just code you function in Java and create a jar-file. This can be used by Groovy script very easily.
To ensure a special number of digits I would recommend to use datatype String. In XML-document you will not have trouble with it.
This solution might not be the most efficient but it will work.
Best Regards
Dirk