WsdlServiceResponse

data class WsdlServiceResponse(val endpointQualifiedNames: List<String>? = null, val qualifiedName: String)

The service with name and endpoint names

Constructors

Link copied to clipboard
constructor(endpointQualifiedNames: List<String>? = null, qualifiedName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of the endpoints' qualified names

Link copied to clipboard

The service's qualified name