Public SOAP API access
I have defined a SOAP method on a custom data schema. The system that will be calling this service is hosted in a cloud infrastructure, not fixed IP address.
I created an operator for the service to authenticate with and linked it with the Public Security Zone as the authorized connection zone. The logon request works fine and the session & security tokens are returned. However, when I make the subsequent call to my custom SOAP method from the cloud infrastructure the response is an HTTP 403. What do I need to configure to allow requests for this operator from a variable IP infrastructure?