Route SOAP request through external server
- by sanbornm
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…