- sending a "by hand" generated xml-document (based on a xml-schema)
using https to a webservice
- adding an actor "XML-Firewall" to the soap-header
- adding a timestamp to the soap-header
- signing the timestamp an body with rsa-sha1 with my privateKey
- encrypting the body with tripledes-cbc using a symmetric key
- using vcl only, no c# and .net
- using openSSL coul be ok if possible
maybe i'm blind, but i failed finding some helptopics on this in
c++builder 2007. thanx for help in advance!
cheers, chris
CBuilder will handle the secure transport [well, WinInet does and we use
WinInet] and the SOAP serialization. For the encryption you'll need to use a
library such as MS' CryptoAPI
(http://www.microsoft.com/downloads/details.aspx?FamilyID=860EE43A-A843-462F
-ABB5-FF88EA5896F6&displaylang=en) or third party ones (such as
http://www.streamsec.se/streamsec/products_strsectools.asp ).
Cheers,
Bruneau
thanx!
Jean-Marie Babet schrieb: