WSDL

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

Constructors

Link copied to clipboard
constructor(name: String, targetNamespace: String, documentation: Documentation? = null, types: List<Types>, messages: List<Message>, portTypes: List<PortType>, bindings: List<Binding>, services: List<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