soap

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2016 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(data []byte, contents interface{}) error

Decode decodes a response returned by a SOAP request

func Encode

func Encode(contents interface{}) ([]byte, error)

Encode encodes a request to be sent in a SOAP request

func Request

func Request(url string, payload []byte) ([]byte, error)

Request sends a SOAP request and returns the response

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

Jump to

Keyboard shortcuts

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