Web Service: Self-Signed Certificate Error

Posted by jquerijero on 23-Oct-2007 10:59

I have imported the certificate. However, I'm getting a self-signed cetificate error. My connect code looks like this;

hWebService:CONNECT
("-WSDL https://mqstest.marvin.com/Beta/OrderService.asmx?WSDL
-WSDLUserid TestUser
-WSDLPassword xmodem2006
-Binding OrderServiceSoap
-SOAPEndpoint https://mqstest.marvin.com/Beta/OrderService.asmx
-SOAPEndpointUserid TestUser
-SOAPEndpointPassword xmodem2006").

Any idea?

All Replies

Posted by rstanciu on 26-Oct-2007 05:26

On unix you have to be root:

$DLC/bin/certutil -import certificate.pem

$DLC/bin/certutil -list

and on WIn32 open a proenv session, import the certificate:

%DLC%\bin\certutil -import certificate.pem

%DLC%\bin\certutil -list

and start the prowin32 from proenv and run the web-services procedure.

This thread is closed