aspose file tools
The moose likes Web Services and the fly likes 404 error while WSDL creation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "404 error while WSDL creation" Watch "404 error while WSDL creation" New topic
Author

404 error while WSDL creation

veerabahu Subramanian
Greenhorn

Joined: Jun 01, 2007
Posts: 17
All,

I have an environment in which there are 2 different webapps. Each webapps has its own services that are exposed using axis. I have followed the steps mentioned in the http://ws.apache.org/axis/java/install.html. Now when i do http://<serverIP>:<port-no>/<webapp1>/servlet/AxisServlet, I am able to get all the services that are exposed by that webapp. Clicking on "wsdl" link generates the wsdl and then shows the same in XML format in the browser.
Behavior with webapp2 : On launching http://<serverIP>:<port-no>/<webapp2>/servlet/AxisServlet it shows all the services but clicking on WSDL it shows "404 error page not found".

To make sure that there are no issues with the WSDD file I deleted the WSDD from both the webapps. In this case both the webapps generates WSDD with AdminService/Version. But still the problem exist, i.e. only in webapp1 I am able to view the WSDL and not in webapp2.

Made sure that the needed jars files are available. To the best of my knowledge i made sure that there are no errors in the logs. Also double checked the entries in web.xml

My Environment: Axis deployed in Apache + Tomcat environment in a Solaris OS.

What could be reasons for WSDL generation failing. Let me know your valuable ideas to proceed further.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: 404 error while WSDL creation
 
Similar Threads
WSDL -> WSDD? or WSDD -> WSDL?
JWS model and tools: Newbie Q for Balaji & others
How to view the Soap Message
Please Help me!!!! Axis and Tomcat
Apacha Axis Error (401 )