The reason why I rolled back the change in ServiceEndpointServlet as invalid 
was because the URL below will actually *not* be routed to the endpoint servlet
 
anonymous wrote : 
  | http://satellite:8080/ws4ee-jbws153/schemas/get/Get.xsd 
  | 

Only requests to the exact URL 

anonymous wrote : 
  | http://satellite:8080/ws4ee-jbws153/Order 
  | 

will be seen by the ServiceEndpointServlet. You can't  stip off '/Order' and 
you can't append anythig either without changing the <url-mapping> in web.xml.

In absense of an alternative solution that actually works lets stick to what we 
have, right?

I don't see the benefit in installing an alternative servlet for wsdl + include 
delivery when this can already be done through the ServiceEndpointServlet given 
the right URL parameters


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

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


-------------------------------------------------------
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to