Connecting to SOAP Service with WCF | WSHttpBinding for authentication and using X509 Certificate for encryption
Dear Community,
I would like to send a xml-file to a SOAP-Service (SOAP 1.2) and I tried it via tSOAP but it seems that I had problems with the authentication. In the component I can select "Need authentication?" but without any further configuration.
tESBConsumer offered me more options, but I am not sure whats behind, the different setting for authentication.
Further it would be nice to know, if X509 Certificate is some how supported for encryption.
So in general is it possible to use tSOAP or tESBConsumer to send xml-File to a SOAP Service and using WCF (WSHttpBinding) and X509 Certificate for encryption and authentication?