The only solution I found is to:
1. Modify 
\jboss-4.2.1.GA\server\default\deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml
 so that 

<property name="alwaysModifySOAPAddress">false</property>

2. Use wsdlLocation in WebService anotation

Take care, if abc is not existing, jboss will still replace abc with the 
${jboss.bind.address}.


<soap:address location="http://abc/services/MyService"; /> 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118579
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to