I need to override the end-point-machine-IP-address for a single Web service, which is deployed on JBoss. I know that JBoss overrides the endpoint addresses from WSDL for all deployed WS, using the value of webServiceHost property, when the property modifySOAPAddress, located in file \jboss-4.2.3.GA\server\default\deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml, is set to true:

<property name="modifySOAPAddress">true</property>
<property name="webServiceHost">${jboss.bind.address}</property>

Now, I have to figure out how to override this behavior for a particular Web service, without changing current configuration.

In other word, for all Web services deployed on JBoss I would like to have the end point prefix specified by webServiceHost property, except for one.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.