I'm attempting to test a service in WDSC that uses a stored procedure to return data from an iSeries database. When I test the database connection, the connection is verified. I'm using the same url and driver in the web service but I get the following message: exception: com.ibm.etools.webservice.rt.dxx.exception.DADXDat abaseException: Connection error com.ibm.as400.access.AS400JDBCDriver Thinking that it may be a userid/password error, I removed the userid and password from the web service file, kept the userid without a password, and tried both again without success. I verified the connection driver and url and they are the same as the working database connection. Any idea what I should look for or try? Thanks.
Code
Code