Hi,
I am writing my first WebService. Server is
jboss 4.2.2. I wrote a bean and registered as a
servlet in my web.xml and deployed it to the server. it deployed fine and generated the wsdl. Now, I am trying to writing a client to invoke this service, but I am gettting the following exception:
Can someone please help me run this program.
Thanks for the help in advance,
Sushma
Here is code for my WebService class, web.xml, wsdl and client: