redsuitee
Member
hello everybody..
I'm a junior progress programmer from Indonesia.
I need some helps here.. Now I'm learning communication between OpenEdge and WebServices. But I found some errors.
Can anybody help me?
I'm trying to make a connection like this
But I got error number 9318..
I'm a junior progress programmer from Indonesia.
I need some helps here.. Now I'm learning communication between OpenEdge and WebServices. But I found some errors.
Can anybody help me?
I'm trying to make a connection like this
Code:
DEFINE VARIABLE hWebService AS HANDLE.
CREATE SERVER hWebService.
DEF VAR IRETURN AS LOGICAL.
ireturn = hWebService:CONNECT
("-WSDL https://staging.siteminder.com.au/pmsxchange/services/pmsxchange.wsdl
-WSDLUserid xx
-WSDLPassword xx`
-SOAPEndpoint https://staging.siteminder.com.au/pmsxchange/services
").
DISP ireturn.
Secure Socket Layer (SSL) failure. error code -54: unable to get local issuer certificate: for 594f1775.o in C:\OpenEdge\certs (9318)