UncleScooby
Programmer
Hi there,
I have installed axis and used it to create and deploy a webservice. I then used axis to create the stubs using WDDL2Java.
I created a client class to call into the webservice via the stubs and all works fine !!!
The problem arises when I add the client class code into an existing servlet - the servlet appears to run but is suspended when it hits the first line of code which instantiates the stub object. Can't see anything in the logs etc to indicate why ?!?
Any help appreciated.
US.