|
The SOAP Message ActiveX control allows you to create SOAP requests to be sent to the SOAP servers.
This control implements the digital singing of the SOAP messages using the SHA hash algorithm and the private key cryptography with X.509 certificates.
SoapMessage is an independent stand-alone ActiveX control. So it is possible to use it with any other http client engines / components for composing SOAP requests formatted according to RFC standards. It provides a serialization format for communicating over a network.
Please see the Demos code (Soap, SoapDSIG) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation for more details about using this control.
The most common members of the SOAP Message control can be seen below:
Name |
Description |
Boundary |
Represents a character sequence that delimits the multipart request items. |
Header |
Gets or sets the necessary information about the request header fields (HttpRequestHeader object). |
HeaderSource |
Returns a string list that represents the current Web HTTP request header. |
IsIncludeCertificate |
Specifies whether the signer's certificate with the signed message should be included. |
IsSigned |
Determines whether the current SOAP message content is signed. |
Item |
Gets the request item at the specified index in the collection. |
RequestSource |
Returns a string list that represents the current Web HTTP request. |
RequestType |
Gets or sets the HTTP request type to post to the server. |
SignReferences |
Specifies the XML nodes to be signed. |
SignTransforms |
Specifies the XML transformations to be applied to the XML SOAP message before signing. |
TotalSize |
Gets the total data size in the request items collection. |
|
Name |
Description |
BuildSoapRequest |
Combines the SOAP request Items from a given source using the specified SOAP method. |
Clear |
Deletes all items from the collection. |
Delete |
Deletes a request item from the Items array. |
Sign |
Signs the current SOAP message. |
Verify |
Verifies the signature of the current SOAP message. |
|
Name |
Description |
OnGetCertificate |
Occurs when the SOAP parser is about to Sign or Verify the current SOAP message. |
OnTransformData |
Occurs when the SOAP parser is about to make XML node transformations. |
|
|