We need GP web services to behave just like any other web service on the web. Normally, you consume web services from anywhere on the web. But we are having trouble getting GP web services to do this. We seem to only be able to consume web services from the local network, which is not what we need.
It seems like the default binding is wsHttpBinding, but this seemingly will not let us consume web services from other locations on the web. https://msdn.microsoft.com/en-us/library/ff624119.aspx
Would webHttpBinding allow us to consume these GP web services from the web? http://stackoverflow.com/questions/2650785/basichttpbinding-vs-wshttpbinding-vs-webhttpbinding
How do we configure GP web services to use webHttpBinding? Will this let us consume GP web services from the web? msdn.microsoft.com/.../ff624119.aspx
*This post is locked for comments