Axis web service can't be invoked from web application

Posted by jani on Stack Overflow See other posts from Stack Overflow or by jani
Published on 2010-05-12T00:26:07Z Indexed on 2010/05/12 0:34 UTC
Read the original article Hit count: 460

Filed under:
|

Hi all,

I have a simple axis 1.4 web service which I deployed successfully and can invoke it from main method of a Java class.

This works fine but when I try to invoke it from a web application it throws an exception saying 'Class not found' for the class 'ws/impl/AwardWebServiceSoapBindingStub'.

I tried to debug it but could not find anything.

Any help? Thanks in advance.

Regards, Jani.

© Stack Overflow or respective owner

Related posts about axis

Related posts about web-services