getForretningServicePort

@WebEndpoint(name = "ForretningServicePort")
open fun getForretningServicePort(): ForretningService

Return

returnsForretningService


@WebEndpoint(name = "ForretningServicePort")
open fun getForretningServicePort(features: Array<WebServiceFeature>): ForretningService

Return

returnsForretningService

Parameters

features

A list of jakarta.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.