Hi,
I am trying to deploy the sample application given in RMH Book with the GlassFish Container 2.1.1. Its not getting deployed and the error is
Exception occured in J2EEC Phasejava.lang.RuntimeException: wsdl file /wsdl/bookquote.wsdl does not exist for web service BookQuote. I am not able to fix this.
web.xml
webservices.xml
Wsdl File:
Files are arranged in this below order.
WEB-INF contains lib, classes, web.xml, webservices.xml and wsdl folder. wsdl folder inturn contains the bookquote.wsdl
WEB-INF
classes
lib
web.xml
webservices.xml
wsdl
bookquote.wsdl
Thanks
Ashok