ApiImportWsdlSelector

data class ApiImportWsdlSelector(val endpointName: String, val serviceName: String)

Constructors

Link copied to clipboard
constructor(endpointName: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of endpoint (port) to import from WSDL.

Link copied to clipboard

The name of service to import from WSDL.