Documentation
¶
Index ¶
Constants ¶
View Source
const URN_WANPPPConnection_1 = "urn:schemas-upnp-org:service:WANPPPConnection:1"
Variables ¶
This section is empty.
Functions ¶
func MarshalBoolean ¶
func MarshalU16 ¶
func MarshalU32 ¶
func PerformAction ¶
func PerformAction(actionName string, url *url.URL, action *SoapAction, responseAction interface{}) error
PerformSOAPAction makes a SOAP request, with the given action.
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
type SoapAction ¶
Click to show internal directories.
Click to hide internal directories.