wsdl web service accessed (https) - ORA-29273: HTTP request failed
I am using 11g (11.2.0.1.0)
I have already set up a function that access a WSDL service, sending an XML request with response. This is an HTTPS service and I had successfully setup the ACL configuration.
Wallets and certificates were also imported as required.
However this stopped working and I get the following ERRORs, which I can not find out why?
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-12545: Connect failed because target host or object does not exist
The same service works perfectly to another 11g database..
Any ideas?