Using Proxy Server for Rest/Soap API calls
I am implementing integration with Mastercard using their MasterComm functionality. This requires Rest/Soap API calls for communication with them. For calls outside of the corporation we utilize a proxy server. I need to modify the certain Rest/Soap calls to utilize the proxy server, but not all the other internal Rest/Soap calls. How can this be done?
We are running
Weblogic
PRPC 7.4 & SD 7.4
Scot
***Edited by Moderator Marissa to update SR Details***
Hi,
For the soap/rest connectors, create a page with name pyProxySettingsForSOAP of class Data-ProxyAuthentication and set proxyname/password/username/port properies for that page.
And after that do connect-soap/connect-rest . Then it will make use of proxy details.
After that make sure to remove the page pyProxySettingsForSOAP. Otherwise all further calls will try connect using proxy only.
Hope this helps.