For consumption of external web services, is there anyway to force all calls to use Axis 1 across the server?
I know you can do it at the application level:
this.wssettings.version.consume = "1";
and at the invoking level:
this.wsobj = createObject("webservice", wsUrl, {wsversion="1"});
But I'm looking for a way to force it for all applications and invocations.
I've tried to change the value under "Web Service Version" to "1" in the administrator, but it didn't work at all. I think this setting is just for web service publishing, not consumption.
Thanks.
Nick