Documentation
¶
Overview ¶
Package wsdl parses Web Service Definition Language documents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definition ¶
A Definition contains all information necessary to generate Go code from a wsdl document.
func Parse ¶
func Parse(data []byte) (*Definition, error)
Parse reads the first WSDL definition from data.
func (*Definition) String ¶
func (def *Definition) String() string
type Operation ¶
type Operation struct { Doc string SOAPAction string DocumentStyle bool Name xml.Name Input, Output xml.Name }
An Operation describes an RPC call that can be made against the remote server. Its inputs, outputs and transport information are parsed from the WSDL definition. Many Operations can be defined for a single endpoint.
Click to show internal directories.
Click to hide internal directories.