> OK. I finally got all of the files to generate. I had to run wsdl2java from > a command line and make sure the the flags -a and -w > were included. The version of Apache Axis that I ran from the command line > create .java files instead of .class files and now my > CreateObject calls are returning a "class not found" error. How can I get > ColdFusion 9 to recognize the classes from the .java > files?
Compile them yourself with javac? That would be my first guess. Axis generates source files which you'd typically use in a build process, I think. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or ons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338438 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

