Skip to main content
Inspiring
February 25, 2010
Question

Apache AXIS versions with CF?

  • February 25, 2010
  • 1 reply
  • 454 views

Anyone know what version of Axis is shipping with CF9?  How about CF8?  I cannot find where to expose this info, and am having parsing problems with XML files from a third party, who is curious as to what version of AXIS is have the problem.  The date on the .jar file in CF9 looks to be from 2007 - can that be right?!

thanks,

-reed

This topic has been closed for replies.

1 reply

Inspiring
February 26, 2010

I do not about CF8, but CF9 looks like it is using version 1.2.1.

{cfset ver = createObject("java", "org.apache.axis.Version")}

{cfdump var="#ver.getVersion()#"}

BTW: Why do you suspect Axis is at fault? Is there a web service involved?

Inspiring
February 26, 2010

Yea, I got things mixed up there a bit.  Still wondering which XML parsing package CF is using, but I'm probably just going to end up writing something that preproceses the xml file and yanks out that line. 

thanks for the help

-reed

Inspiring
February 26, 2010

Do not quote me on this, but I think it is Xerces.