spring-framework / org.springframework.remoting.jaxws / SimpleHttpServerJaxWsServiceExporter / setBasePath

setBasePath

open fun setBasePath(basePath: String): Unit

Set the base path for context publication. Default is "/".

For each context publication path, the service name will be appended to this base address. E.g. service name "OrderService" -> "/OrderService".

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