WSDL

data class WSDL(val name: String, val targetNamespace: String, val documentation: Documentation? = null, val types: List<Types>, val messages: List<Message>, val portType: PortType, val binding: Binding, val service: Service)(source)

Constructors

Link copied to clipboard
constructor(name: String, targetNamespace: String, documentation: Documentation? = null, types: List<Types>, messages: List<Message>, portType: PortType, binding: Binding, service: Service)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard