Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client soap client
func (*Client) AddAssertion ¶
AddAssertion adds a saml assertion to the soap headers
type Fault ¶
type Fault struct { XMLName xml.Name `xml:"http://www.w3.org/2003/05/soap-envelope Fault"` Code string `xml:"faultcode,omitempty"` String string `xml:"faultstring,omitempty"` Actor string `xml:"faultactor,omitempty"` Detail string `xml:"detail,omitempty"` Reason string `xml:"Reason>Text,omitempty"` }
Fault soap fault, implements the error interface
Click to show internal directories.
Click to hide internal directories.