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

ashutoshdeora do-not-reply at jboss.com
Fri Jul 24 06:15:50 EDT 2009


sorry there is no Metro any where in this project 
if you have told it by name 
then its my mistake i am very sorry for that 
i am using JBoss Native WS  
i will follow your suggestion 
i want to know about the class path which u have mentioned in your 1st reply 

please tel about that 



 

<?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>TestStateFulWS</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=4245787#4245787

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



More information about the jboss-user mailing list