Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Do not quote me on this, but I think it is Xerces.
Copy link to clipboard
Copied
You're right - it is apache xerces
CF9 is 2.9.1 - seems to be the latest version according to the apache.org site
CF 8.01 is 2.6.2
thanks,
-reed