Currently when I change the web.xml <servlet-mapping><url-pattern> the JSR-181 
deployment does not reflect that change in the soap:address entry in the wsdl.

If I modify the wsdl to be consistent with the <servlet-mapping>, all works as 
expected:

web.xml:
...
<servlet-mapping>
      <servlet-name>OrderService</servlet-name>
      <url-pattern>/service/*</url-pattern>
</servlet-mapping>

wsdl:
 
  
   <soap:address location="http://jboss:8080/TestService/OrderService"/>
  

I would have expected
wsdl:

 
  
   <soap:address location="http://jboss:8080/TestService/service/OrderService"/>
  

And this in fact works.

Am I going about this all wrong?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to