Recent content by mimi_mircea

  1. M

    how to connect to a WEBSERVICE from progress using ssl and certificates??????????????

    Hi I am trying to connect to a webservice with ssl, using a client certificate. the code is as follows: DEFINE VARIABLE hWebService AS HANDLE. CREATE SERVER hWebService. hWebService:CONNECT("-WSDL 'https://site.com/nr.WebService/file.asmx?WSDL' ") NO-ERROR. IF NOT hWebService:CONNECTED()...
Top