soap

package
v0.0.0-...-538e535 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: BSD-2-Clause Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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