Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Explorer ,
May 07, 2015 May 07, 2015

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

173
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources