Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Envelope ¶
type Envelope struct { // XMLName is the serialized name of the soap Envelope object. XMLName xml.Name `xml:"soapenv:Envelope"` // SoapEnv is the namespace identifier for the soap Envelope. SoapEnv string `xml:"xmlns:soapenv,attr"` // These are generic namespaces used by all messages. XMLNSXsd string `xml:"xmlns:xsd,attr,omitempty"` XMLNSXsi string `xml:"xmlns:xsi,attr,omitempty"` // Header is used to define headers in soap Envelope. Header *Header // Body is the soap Envelop body. Body *Body }
Envelope is the data structure used to keep the SOAP envelope.
Click to show internal directories.
Click to hide internal directories.