soap

package
v0.0.0-...-d5345df Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalBoolean

func MarshalBoolean(v bool) string

func MarshalU16

func MarshalU16(v uint16) (string, error)

func MarshalU32

func MarshalU32(v uint32) (string, error)

func PerformAction

func PerformAction(actionNamespace, actionName string, url *url.URL, inAction interface{}, outAction interface{}) error

PerformSOAPAction makes a SOAP request, with the given action. inAction and outAction must both be pointers to structs with string fields only.

Types

type SOAPFaultError

type SOAPFaultError struct {
	FaultCode   string `xml:"faultCode"`
	FaultString string `xml:"faultString"`
	Detail      struct {
		Raw []byte `xml:",innerxml"`
	} `xml:"detail"`
}

SOAPFaultError implements error, and contains SOAP fault information.

func (*SOAPFaultError) Error

func (err *SOAPFaultError) Error() string

Jump to

Keyboard shortcuts

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