0 Replies Latest reply on Jul 7, 2011 6:38 AM by hordak83

    How to override “webServiceHost” property for a single web service, JBoss 4.2.3GA

    hordak83

      Hello,

       

      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 words, for all Web services deployed on JBoss I would like to have the end point prefix specified by webServiceHost property, except for one. I have already read https://issues.jboss.org/browse/JBWS-157, but it doesn't give the answer, just the conformation that this configuration will be available in the next release.

       

      Is that even possible to do?

       

      Thank you!

       

      Martin