Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SoapBody ¶
type SoapBody struct {
XMLName struct{} `xml:"Body"`
Contents []byte `xml:",innerxml"`
}
SoapBody is where The XML body goes
type SoapEnvelope ¶
type SoapEnvelope struct {
XMLName struct{} `xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"`
Body SoapBody
}
SoapEnvelope wraps XML SOAP requests
Click to show internal directories.
Click to hide internal directories.