简体   繁体   中英

Can we use apache poi jars in soapui?

Is it possible to use all the jars that are used in java coding to run in soapui. if yes where to import the jars and how to use them

Yes, it is possible to use the java libraries in SoapUI.

All you need to do is to copy the libraries under SOAPUI_HOME\\bin\\ext directory and restart the SoapUI tool.

Now you should be able to use them in Groovy Script test step, just like how we use in java.

For more details see here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM