Site Map Contact Us Home
 
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 
Latest News
Find us on Facebook


Access repair download
Repair Database Files


ProductsArticlesDownloadsOrderSupport

SOAP Message

Features | Detailed Description

The SOAP Message is a component from the Clever Internet Suite library.
It provides the SOAP XML data to be sent to the SOAP-WSDL service.

This component is used together with HTTP Client for submitting created request data to SOAP servers via HTTP protocol.

Available in VCL and ActiveX editions.

Features:

  • SOAP XML requests and responses
  • WSDL parameters
  • SOAP Attachments
  • Digitally Sign / Verify messages - SOAP-DSIG
  • XML Transforms
  • Can be used with any third party SOAP and HTTP engine
  • Free one year upgrades and support

Send SOAP message in just few lines of code

The SOAP Message component can be used together with HTTP Client to communicate with SOAP servers. It includes an internal XML parser to create new SOAP requests and parse the results.

This component may also be used for exchanging XML data when the underlying SOAP transport is not HTTP. You can easily create new message and process it via SMTP, POP3 or any other protocol.

// [Delphi]
clSoapMessage.BuildSoapMessage('<Envelope....</Envelope>', 'soap-action');
clHttp1.Post('http://soapservice.com/submit', clSoapMessage, response);

Samples in Delphi and C++Builder

Please see the Demos code (Soap, SoapDSIG) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application.

Complete Delphi source code

When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

Home | Products | Downloads | Order | Support | Contact Us
    Copyright © 2000-2012