05-16-2018, 06:12 AM 
		
	
	
		Hi
I need a way to talk to a webservice which uses clientside certification.
I tried HTTPRio but somehow i don't get it working
The request i need to send it quit simple:
i Can get the Certificate info from the Store using CAPICOM so thats not the problem
I tried to use NetHTTPRequest/NetHTTPCLient but the "OnNeedClientCertificate" is not called and i get an "Empty certificate list" error .
Any help is appreciated
Eric
	
	
	
	
I need a way to talk to a webservice which uses clientside certification.
I tried HTTPRio but somehow i don't get it working
The request i need to send it quit simple:
Code:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:txa="http://txauth.ws.tunix.nl/">
   <soapenv:Header/>
   <soapenv:Body>
      <txa:doAuthenticate>
         <principal>E. ten Westenend</principal><telephoneNumber>0031629061745</telephoneNumber>
      </txa:doAuthenticate>
   </soapenv:Body>
</soapenv:Envelope>i Can get the Certificate info from the Store using CAPICOM so thats not the problem
I tried to use NetHTTPRequest/NetHTTPCLient but the "OnNeedClientCertificate" is not called and i get an "Empty certificate list" error .
Any help is appreciated
Eric

 
 

 

