Route SOAP request through external server
Posted
by
sanbornm
on Server Fault
See other posts from Server Fault
or by sanbornm
Published on 2012-11-09T17:52:42Z
Indexed on
2012/11/09
23:05 UTC
Read the original article
Hit count: 124
proxy
I need to integrate with a SOAP Web Service that requires that the requests come from a whitelisted IP address.
As I often do development from all over the place it is quite annoying to ask for a new whitelisted IP each time.
I have a remote server that is whitelisted. How can I route my SOAP request (I can change the endpoint in the WSDL) to my remote machine and have that forwarded to the Web Service?
My remote server is used for other things so it needs to only forward a specific port, not all traffic.
Oh, and the Web Service expects SSL.
© Server Fault or respective owner