Have a look at jboss-ws4ee.sar/META-INF/jboss-service.xml

  |     <!--
  |        The WSDL that is a required deployment artifact for an endpoint has 
a <soap:address>
  |        element which points to the location of the endpoint. JBoss supports 
rewriting of that soap address.
  | 
  |        If the content of <soap:address> is a valid URL, JBoss will not 
rewrite it unless AlwaysModifySOAPAddress=true
  |        If the content of <soap:address> is not a valid URL, JBoss will 
rewrite it using the attribute values given below.
  |     -->
  |     <attribute name="WebServiceHost">${jboss.bind.address}</attribute>
  |     <attribute name="WebServiceSecurePort">8443</attribute>
  |     <attribute name="WebServicePort">8080</attribute>
  |     <attribute name="AlwaysModifySOAPAddress">true</attribute>
  | 

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to