getPersonOppdateringServicePort

@WebEndpoint(name = "PersonOppdateringServicePort")
open fun getPersonOppdateringServicePort(): PersonOppdateringService

Return

returnsPersonOppdateringService


@WebEndpoint(name = "PersonOppdateringServicePort")
open fun getPersonOppdateringServicePort(features: Array<WebServiceFeature>): PersonOppdateringService

Return

returnsPersonOppdateringService

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.