package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Extract extracts body element from a SOAP envelope, returns name and offset
of the body.
type Envelope struct {
XMLName xml.Name `xml:"s:Envelope"`
XmlNs string `xml:"xmlns:s,attr"`
EncodingStyle string `xml:"s:encodingStyle,attr"`
Body struct {
Data any
} `xml:"s:Body"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.