While SOAP based proxy creation, wsdl validation requests not coming from Southbound IPs

abhinabanag92
Participant III

We are trying to create a SOAP based API proxy which (the Target Endpoint) is published on our DMZ. Also, access here is to be restricted only to APIGEE IPs.

We whitelisted the static southbound IPs, provided to us, but it is still not working. Requests are coming from different IP.

Note : For, Reverse API proxies based on REST, it is working fine (requests are coming from southbound IPs only)

Solved Solved
0 1 163
1 ACCEPTED SOLUTION

The Proxy creation wizard runs from the Management Services, which have a different IP address than the runtime (the ones you whitelisted).

I'd recommend you download the wsdl (and related XSDs it may import) into files, and use that when creating your SOAP based API proxy

View solution in original post

1 REPLY 1

The Proxy creation wizard runs from the Management Services, which have a different IP address than the runtime (the ones you whitelisted).

I'd recommend you download the wsdl (and related XSDs it may import) into files, and use that when creating your SOAP based API proxy