Thank you for the responses.
Paul, I'm not sure you'll be able to use axis2 with CF. Possibly you could use custom classloading, but you'll most likely need to keep the axis2 jars (and its dependencies) out of CF's lib dir. Why do you think I may not be able to use Axis2 with CF? Is it something internal to either Axis2 or CF 8? (I believe CF 8 uses Axis 2 for it's internal web service support.) My Axis2 libs are not in either CF8's or JBOSS's lib dirs. I am using a CF custom class loader that loads the required class when the cf template is invoked. I understand I can invoke web services as you described. The StockQuote service is a very simple web service I was using to develop a more extended java approach. My challenge is I have two internal web services I need to use which have more complex data type requirements. I found this CF article http://cfdj.sys-con.com/read/86131.htm and was able to get it to work with Axis 1.4 but CF 8 uses Axis2, and I read Axis2 is a more robust web service framework than Axis 1.4, so want to use it as it's the latest and greatest. Again, thank you for the suggestions. pwp -- View this message in context: http://www.nabble.com/What-is-the-correct-way-to-instantiate-a-Axis2-client-stub-class--tp15809428p15829330.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
