[jboss-user] [JBossWS] - Re: Changing of soap:address location
marius.oancea
do-not-reply at jboss.com
Thu Jan 10 05:48:32 EST 2008
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
More information about the jboss-user
mailing list