I am trying to publish my login module as a webService and am facing some errors during deployment time.
In the
WebExplorer it says something like
IWAB0380E Errors were encountered while validating XML schemas.
XSD: The location '' has not been resolved
XSD: Type reference 'http://dto.inservci.infosys.com#LoginInput' is unresolved
XSD: Type reference 'http://dto.inservci.infosys.com#LoginOutput' is unresolved
XSD: Type reference 'http://dto.inservci.infosys.com#LoginInput' is unresolved
IWAB0381I file:/D:/workspace/TMS/WebContent/wsdl/LoginUserProcessor.wsdl was successfully opened.
i have made sure that everything is in place but still i see a blank
screen by the URL
http://localhost:8080/TMS/services/LoginUserProcessor and when i append ?wsdl to the above URL
http://localhost:8080/TMS/services/LoginUserProcessor?wsdl i see an error message like
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Exception - java.lang.NoClassDefFoundError I am not able to understand that where am i going wrong.
I am using Axis,Eclipse Europa 3.3 for development and deployment and Tomcat as the Container
Thanks in advance
[ July 31, 2008: Message edited by: Rajat Bhatnagar ]