Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Samples  | FAQ  | Download  | Order  | History 
 

SOAP Message Description

Features  | Detailed Description 
 

The SOAP Message component allows you to create SOAP requests to be sent to the SOAP servers.

This component implements the digital singing of the SOAP messages using the SHA hash algorithm and the private key cryptography with X.509 certificates. See Using certificates

SoapMessage is an independent stand-alone component. 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.dpr, SoapDSIG.dpr) and also the indexed Help documentation provided with the Clever Internet Suite installation for more details about using this component.

The most common members of the SOAP Message component can be seen below:

Property List

  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 (TclHttpRequestHeader 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.
 Items Gets the request item at the specified index in the collection.
 RequestSource Returns a string list that represents the current Web HTTP request.
 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.

Method List

  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.

Event List

  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.

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007