spring-framework / org.springframework.remoting.jaxws / SimpleJaxWsServiceExporter / setBaseAddress

setBaseAddress

open fun setBaseAddress(baseAddress: String): Unit

Set the base address for exported services. Default is "http://localhost:8080/".

For each actual publication address, the service name will be appended to this base address. E.g. service name "OrderService" -> "http://localhost:8080/OrderService".

See Also
javax.xml.ws.Endpoint#publish(String)javax.jws.WebService#serviceName()