This content has been marked as final.
Show 1 reply
-
1. Re: Incorrect soap:address connector url generated in WSDL for JAX-WS service
lafr Dec 25, 2019 6:02 AM (in response to prashantchavan)How did you start your development server? With option -b to use a certrain IP-Address or all addresses?
Can you access the web-console of the development server other than using localhost?
The webservices subsystem within standalone-full.xml contains
<wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
which should use the given bind address.