WsdlServiceResponse

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

The WSDL service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of endpoints' qualified names.

Link copied to clipboard
val qualifiedName: String? = null

The qualified name.