rcis
9 years agoNew Contributor
How do you configure a iSeries Navigator (AS400) database in SoapUI NG Pro?
 How do you configure the database in SoapUI NG Pro to connect with the AS400 database (iSeries Navigator?)  This is what I currently have set up - I'm looking for any suggestions/ideas.  Thanks!     ...
- 9 years agoIn Preferences > JDBC drivers, I was able to get it configured by adding the following for the driver: com.ibm.as400.access.AS400JDBCDriver I then added the Connection String Template as: jdbc:as400://<HOST:123.123.12.12>/<DB>:user=<USER>;password=<PASSWORD>; *Note to get the IP address, open a CMD window and ping the database (i.e. ping databaseName.corp.company.com)