Feedback

  • Contents
 

Interfaces

Objects Exposed by this API

SOAP Notifier COM gives developers programmatic control over SOAP request and response objects. It also provides objects that manage Notifier connections and which process streams of Base64-encoded data. The Interfaces in the SOAP Notifier COM API are:

Interface

Description

ISOAPRequest

The ISOAPRequest interface issues raw Notifier SOAP requests. This component sends SOAP requests to a handler. It packages a request, sends it, waits for a response, and unpacks the response.

ISOAPResponse

The ISOAPResponseInterface component writes payload or transport data into ISequentialStream streams, and returns payload objects.

ISOAPNotifierTransport

This component provides a COM wrapper on the Notifier (client) library. The Notifier Transport component represents a client connection to a certain Notifier server. It is used by the SOAP Request component as transport for requests.

ISOAPBase64

The ISOAPBase64 interface provides stateless methods that convert binary data to and from Base64 encoded strings. Base64 is an encoding system (defined by RFC 2045) that formats binary information for transmission through network connections.

See Also

SOAP Transport Information and Control

Structure of IP Notification Messages

Using Microsoft SOAP Toolkit with ISoapConnector