• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to Deploy Webservice

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Rajat Bhatnagar
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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


error has been resolved.

I just moved the LoginInput and LoginOutput java files from the dto package to the package where i had the the java file having a method which was being exposed as a webservice and it worked fine
 
Rajat Bhatnagar
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is an amazing article that helped me in jumpstarting with webservices deployment.

http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html
 
Lookout! Runaway whale! Hide behind this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic