HI,
I m trying to invoke a web service which connects to database and returns the information of the person send as a parameter...but when i invoke a client it send following exception....its seems like it is unable to create a instance of driver.
Its giving exception in following code
Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
can u suggest something...what should i do...
Anish
