SOAP SSL server with Indy
Submitted by admin on Fri, 2006-04-28 11:42.
Q: Can be used your procedures described in "How to implement web services for Indy" document to connect to Third part SOAP Server using some listed methods. Can this protocols works via SSL and can be certificate included.
A: Of course, it was main reason why I had to develop own webservices based on Indy. I had to connect via certificated SSL to webservices. Also I had to establish second "stream" that accesses my application as server - so I have solved all cases (all SSL secured).
Q: Now connecting to me in https with a member IdHttp all it works. But unfortunately making calls SOAP with member HTTPRIO it comes given back the error to me Invalid HTTP Response Length is 0 in the unit idHTTP function to the ProcessResponse I have:
Q: Now connecting to me in https with a member IdHttp all it works. But unfortunately making calls SOAP with member HTTPRIO it comes given back the error to me Invalid HTTP Response Length is 0 in the unit idHTTP function to the ProcessResponse I have:
ResponseCode=500 ResponseText=HTTP/1.1 500 Internal server errorA: Server returned an error due one of possible reasons (authentification, SSL key/certificate, https version, a missing header, ...)
