We have a working web service client that calls an API to retrieve data running on a linux server. It works ok in a test environment which doesn’t require a proxy to hit the API URL but when we put this into the environment that needs to go through a web proxy it doesn’t work (connect refused/can’t reach WSDL type errors). The proxy doesn’t require authentication and we can hit the API URL through the proxy when just using a python script, so it seems to only not work in clover. I noticed some earlier posts maybe about this being a bug, but wanted to double check and also see if anyone has a working example so I can make sure it’s not a configuration problem with the component.
basic details of the proxy and wsdl below.
Server proxy info: servproxy.xxxx.com:8080
WDSL: aaaaxml.aaaaa.com/soap/aaaaaXML2/wsdl
thanks for any help or examples