cancel
Showing results for 
Search instead for 
Did you mean: 

Reverse Proxy in SOAMANAGER not working

Former Member
0 Kudos

SAP Environment: SAP Netweaver 7.01 SP3

Service Testing Tool: SOAPUI

Requirements: Redirect the end-point (serverA) in the WSDL of a web service created from an ABAP proxy to the load balancer

What I have done:

1. Defined a Reverse Proxy in SOAMANAGER to redirect from serverA:8010 to loadBalancer:80.

2. Tested the service and it worked fine.

3. To make sure the Reverse Proxy was working, I changed loadBalancer:80 to a server name that does not exist.

4. Tested the service again and it still worked.

Questions:

1. Found SAP help on Reverse Proxy but it does not explain all the fields. In the Reverse Proxy configuration, there is a Status field, any idea what value should be put there? I have left it blank.

2. Is there any other configuration needed for the Reverse Proxy to work?

3. Is there a way to check if the Reverse Proxy is working?

Any help will be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jiannan,

I am also working on proxy setup in SOAMANAGER. Can you Please provide the step by step approach to setup the proxy in SOAMANAGER.

Thank you,

Balan.Chandrasekar

Former Member
0 Kudos

Got the rever proxy to work. Below are the field values in the reverse proxy setting that has worked:

Reverse proxy name: <any name>

Incoming http header host name: server1.domain..company.com (get it from the end-point in WSDL)

Incoming ICM port: port (get it from the end-point in WSDL)

Substitute host name: server2.domain..company.com (has to be FQDN)

Substitute http port: 80 (in my case)

Substitute https port: (blank)

Additional path prefix: (blank)

Meta data protocol subsitution: http

Endpoint protocol subsitution: http

Status: active