Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
Currently the only way to achieve this is to set the Property type to String, and then programatically parse the String as an Integer (this is how it's done in the MockService Component). The soapUI Runner Component as well as the MockService Component are written in Java (not using the Groovy component DSL), the code for these is available from our SVN (requires an SVN client), at:
Hope this helps!
Regards,
Dain
eviware.com
Currently the only way to achieve this is to set the Property type to String, and then programatically parse the String as an Integer (this is how it's done in the MockService Component). The soapUI Runner Component as well as the MockService Component are written in Java (not using the Groovy component DSL), the code for these is available from our SVN (requires an SVN client), at:
svn://svn.eviware.com/soapui/trunk/loadui-soapui-plugin/src/main/java/com/eviware/loadui/components/soapui/MockServiceComponent.java
Hope this helps!
Regards,
Dain
eviware.com