I'm having trouble calling an external web service from within my composite.
I can easily call the WS from Chrome/Boomerang, but when calling from my BPEL process within my local "IntegratedWeblogicServer" I get:
Unable to invoke endpoint URI "https://domainhere.com:443/Customers/CustomerService" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Cannot establish proxy connection: 404 Not found
I don't know if this means it can't find the service or can't find the proxy server. I have tried running with no additional configuration, setting up the proxy server as described here: https://docs.oracle.com/cd/E53672_01/doc.111191/e53673/GUID-36A18CFA-55F1-4D19-B371-A6D15EBF2E24.htm
setting up the proxy server for the reference specifically (via the deployed composite -> dashboard -> select the service -> properties -> proxy host and port.
Nothing I try seems to affect anything. Any advice?