Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Proxy configuration for SAP Java Abode Document Service

0 Likes
819
  • SAP Managed Tags

Hello all,

S/4 Hana is calling SAP ADS to build a PDF with contains images to be retrieved from an url like https://externalserver.com/patch_to_image.jpg
This is working fine for a direct connection (ie without proxy)
But network team want us to access external server trough a proxy.

We configured proxy at os level :
- setenv PROXY_URL "http://proxy:8800"
- setenv http_proxy "$PROXY_URL"

We configured it in "SOA Middleware Global Settings" / "HTTP Proxy settings for WS connectivity"
- Host : proxy
- Port : 8800

We configured it in "Configuration/Infrastructure/Java System Properties" / System VM parameters
- http.proxyHost : proxy
- http.proxyPort : 8800

But we saw in the firewall logs that proxy in not called. So firewall dropped all requests to https://externalserver.com/patch_to_image

We are using SAP Netweaver 7.50 SPS 21 with Abode Document Service

What is the good configuration to have the proxy server called ?
S/4 --> ADS --> proxy --> external image server = PDF built

Thank for your advises

0 REPLIES 0