I am very new to JAVA webservices. I am creating a soap based webservice in java using apache axis2-1.5.6. I have deployed the service on local machine . Now I want to fetch the data from database. Is there any way to perform the same as I have created the JDBC connection but while creating the connection to the database I am getting the following exception...
error.java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver.
I have placed the sqljdbc.jar file in my WEB-INF but still getting the same error. Please provide me any suggestion what is going wrong with my web service.