I'm trying to request SOAP web service in my .NET project. I was able to connect and get the response using the SoapUI. But when I try to request using this as a reference Client to send SOAP request and receive response
I'm getting the The SSL connection could not be established, see inner exception.
The url and action I'm using:
var _url = "https://xx.xxx.xxx.xxx:xxxxx/payment/services/SYNCAPIRequestMgrService";
var _action = "SYNCAPIRequestMgrService";