Versions in this module Expand all Collapse all v1 v1.1.1 Sep 13, 2024 v1.1.0 Sep 13, 2024 Changes in this version + type Definition struct + Doc string + Message map[xml.Name]Message + Ports []Port + TargetNS string + func Parse(data []byte) (*Definition, error) + func (def *Definition) String() string + type Message struct + Name xml.Name + Parts []Part + func (m *Message) String() string + type Operation struct + Doc string + Input xml.Name + Name xml.Name + Output xml.Name + SOAPAction string + type Part struct + Element xml.Name + Name string + Type xml.Name + type Port struct + Address string + Method string + Name string + Operations []Operation