Skip to main content
Inspiring
May 8, 2015
Question

How to set server-wide web service consumption to use Axis 1?

  • May 8, 2015
  • 0 replies
  • 189 views

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

    This topic has been closed for replies.