[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: WSDL metadata is missi

ashutoshdeora do-not-reply at jboss.com
Fri Jul 24 02:21:01 EDT 2009


i am posting the web.xml here 
please tell what to change in this 


<?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"
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  |   version="2.4">
  |   <display-name>TestStateFulWSMetro</display-name>
  |   
  | 	<listener>
  | 		<listener-class>
  | 			com.sun.xml.ws.transport.http.servlet.WSServletContextListener  			
  | 		</listener-class>
  | 	</listener>
  | 
  | 	<servlet>
  | 		<!--description>JAX-WS endpoint</description-->
  | 		<!--display-name>JAX-WS servlet</display-name-->
  | 		<servlet-name>jaxWsServlet</servlet-name>
  | 		<servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
  | 		<!-- load-on-startup>1</load-on-startup-->
  | 	</servlet>
  | 	<servlet-mapping>
  | 		<servlet-name>jaxWsServlet</servlet-name>
  | 		<url-pattern>/book</url-pattern>
  | 	</servlet-mapping>
  | 	<servlet-mapping>
  | 		<servlet-name>jaxWsServlet</servlet-name>
  | 		<url-pattern>/bookstore</url-pattern>
  | 	</servlet-mapping>
  | 
  | 
  | 
  | 	<session-config>
  | 		<session-timeout>60</session-timeout>
  | 	</session-config>
  |   <welcome-file-list>
  |     <welcome-file>index.html</welcome-file>
  |     <welcome-file>index.htm</welcome-file>
  |     <welcome-file>index.jsp</welcome-file>
  |     <welcome-file>default.html</welcome-file>
  |     <welcome-file>default.htm</welcome-file>
  |     <welcome-file>default.jsp</welcome-file>
  |   </welcome-file-list>
  | </web-app>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245725#4245725

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245725



More information about the jboss-user mailing list