Question Webservices CONNECT

nicolas

Member
I'm trying to connect to a web service from the procedure editor with no web server, only the client version 10.1c progress, is it possible to make it that way or some other configuration required?

the instruction I use is:

lReturn = hServer:CONNECT("-WSDL https: // dominioom/timbrado/wsdl
-SOAPEndpointUserid xxxx
-SOAPEndpointPassword xxxxxx
-Port name_port").
 

RealHeavyDude

Well-Known Member
What do you mean by "with no web server"? You don't need to have a web server running on the client machine. Since you are using HTTPS you need to have the root certificate of the servers SSL identity in the Progress certificate store.

Heavy Regards, RealHeavyDude.
 
Top