soap

package
v0.0.0-...-4eb781d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Body

type Body struct {
	XMLName xml.Name `json:"-" xml:"http://schemas.xmlsoap.org/soap/envelope/ Body"`

	Fault *Fault

	Content interface{} `xml:",any"`
}

type Envelope

type Envelope struct {
	XMLName xml.Name `json:"-" xml:"http://schemas.xmlsoap.org/soap/envelope/ Envelope"`

	Header Header
	Body   Body
}

type Fault

type Fault struct {
	XMLName xml.Name `json:"-" xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault"`

	Code   string `xml:"faultcode"`
	String string `xml:"faultstring"`
	Actor  string `xml:"faultactor"`
}
type Header struct {
	XMLName xml.Name `json:"-" xml:"http://schemas.xmlsoap.org/soap/envelope/ Header"`

	Content interface{} `xml:",any"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL