getInnsendingIdServicePort

@WebEndpoint(name = "InnsendingIdServicePort")
open fun getInnsendingIdServicePort(): InnsendingIdService

Return

returnsInnsendingIdService


@WebEndpoint(name = "InnsendingIdServicePort")
open fun getInnsendingIdServicePort(features: Array<WebServiceFeature>): InnsendingIdService

Return

returnsInnsendingIdService

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.