MyEclipse: [Closed]Where is the WSDL?

jkenens - Oct 25, 2006 - 11:39 PM
Post subject: [Closed]Where is the WSDL?
Hi all,

I'm new to MyEclipse. I'm trying out the web services features at the moment. Although the example in the tutorial deploys OK, the WSDL is not generated? Shouldn't it? I can see in WebRoot/WEB-INF/web.xml that the xfire servlet mapping is there. The url with ....?WSDL gives the error:

WSDLException: faultCode=OTHER_ERROR: ....(url)...?WSDL

web.xml is

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet>
<servlet-name>XFireServlet</servlet-name>
<servlet-class>org.codehaus.xfire.transport.http.XFireConfigurableServlet</servlet-class>
<load-on-startup>0</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>XFireServlet</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
</web-app>

Any help is very much appreciated.
jkenens - Oct 25, 2006 - 11:52 PM
Post subject:
OK, as I understood from this forum (after searching more) the WSDL is generated on the fly by the xfire servlet....but is is not in my case...using the webservices explorer.

Any Idea?
jkenens - Oct 26, 2006 - 12:03 AM
Post subject:
Solved...after restarting Tomcat.
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits