getTestdataServicePort

@WebEndpoint(name = "TestdataServicePort")
open fun getTestdataServicePort(): TestdataService

Return

returnsTestdataService


@WebEndpoint(name = "TestdataServicePort")
open fun getTestdataServicePort(features: Array<WebServiceFeature>): TestdataService

Return

returnsTestdataService

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.