Jim Ma [
http://community.jboss.org/people/jim.ma] created the discussion
"Re: WS interface bind name in AS7 is always localhost."
To view the discussion, visit:
http://community.jboss.org/message/624888#624888
--------------------------------------------------------------
Given the public interface can be bound to a wildcard address, the wsdl-host configuration
is required now to change the wsdl address:
<subsystem xmlns="urn:jboss:domain:webservices:1.0"
xmlns:javaee="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee"
xmlns:jaxwsconfig="urn:jboss:jbossws-jaxws-config:4.0">
<wsdl-host>10.66.15.48</wsdl-host>
<modify-wsdl-address>true</modify-wsdl-address>
We are looking at
change the wsdl address value dynaimcally to user request address.
Thanks
Jim
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/624888#624888]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]