MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
jkenens
Post subject: [Closed]Where is the WSDL?  PostPosted: Oct 25, 2006 - 11:39 PM
Registered Member
Registered Member


Joined: Oct 22, 2006
Posts: 20

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.
 
 View user's profile Send private message  
Reply with quote Back to top
jkenens
Post subject:   PostPosted: Oct 25, 2006 - 11:52 PM
Registered Member
Registered Member


Joined: Oct 22, 2006
Posts: 20

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?
 
 View user's profile Send private message  
Reply with quote Back to top
jkenens
Post subject:   PostPosted: Oct 26, 2006 - 12:03 AM
Registered Member
Registered Member


Joined: Oct 22, 2006
Posts: 20

Solved...after restarting Tomcat.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits