WS operations
Can a web service have more than one operation? Using NetBeans 5.5 IDE, I tried to add another operation, having added a String-based operation fearlier/ However, I got a ClassCastException.
What caused this? Is it because a WS is limited to only one operation?
I'm trying to cnnect and retrieve the contents of a databse. In the first operation, I sought to get the name of the database, and return itas a String. Should the database conction code be placed in an operation, or can I just use methods*?
Reformer...
* I will be using JAX-RPC

