Documentation
¶
Overview ¶
Package soap defines basic types used by SOAP packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action interface { // ServiceType returns Service type, e.g. "urn:schemas-upnp-org:service:Foo:1". ServiceType() string // ActionName returns Action name, e.g. "SetBar". ActionName() string // RefRequest returns reference to the action request member. RefRequest() any // RefResponse returns reference to the action response member. RefResponse() any }
Action defines the interface for the convenience self-describing action request/response struct types.
Directories
¶
Path | Synopsis |
---|---|
Package client provides a basic SOAP client.
|
Package client provides a basic SOAP client. |
Package envelope is responsible for encoding and decoding SOAP envelopes.
|
Package envelope is responsible for encoding and decoding SOAP envelopes. |
Package types defines types that encode values in SOAP requests and responses.
|
Package types defines types that encode values in SOAP requests and responses. |
Click to show internal directories.
Click to hide internal directories.