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

Axis version

New Here ,
Nov 13, 2006 Nov 13, 2006

Copy link to clipboard

Copied

Does anyone know which version of Apache Axis is installed with ColdFusion MX 7 version 7,0,2,142559?

Thanks, Jason Baumgartner

TOPICS
Advanced techniques

Views

230

Translate

Translate

Report

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
Advisor ,
Nov 13, 2006 Nov 13, 2006

Copy link to clipboard

Copied

It's still only 1.2.1!!!

<CFSCRIPT>
oApacheAxis = CreateObject ("java", "org.apache.axis.Version");
sVersion = oApacheAxis.getVersion ();
</CFSCRIPT>

<CFDUMP var="#variables#">

Votes

Translate

Translate

Report

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
New Here ,
Nov 13, 2006 Nov 13, 2006

Copy link to clipboard

Copied

Thank you!

Has anyone upgraded to Axis 1.4?

If so does a new version of Axis resolve the handling of complex datatypes, such as an object that contains array variables of other objects? Right now a Document/Literal web service using CF - Axis 1.2.1 just doesn't properly handle it.

Votes

Translate

Translate

Report

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
Advisor ,
Nov 13, 2006 Nov 13, 2006

Copy link to clipboard

Copied

LATEST
I don't know on either count.
I solved my problem by writing a C++ CFX (Bonus, way faster and can handle much larger files).

I've heard tell of people upgrading axis to 1.3.
See http://tjordahl.blogspot.com/2005/09/upgrading-coldfusion-mx-7-to-axis-13.html, for example.

Votes

Translate

Translate

Report

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
Resources
Documentation