i'm no expert, so don't quote me on this, but i believe cf8 still uses
axis 1.4 because axis2 does not support xml/rpc web services (i.e.
services using soap encoding). from what i can tell reading posts to
this axis list, it doesn't look like that's going to change, either.
So that means if they swapped axis 1.4 with axis2, they'd break all
the code that consumes those types of services.

plus, judging from this post on tom jordahl's blog (see the comment
about "looking into upgrading"), it doesn't look like they've done it
yet:

http://tjordahl.blogspot.com/2007/03/apache-axis-and-commons-httpclient.html

of course, i could be wrong!

that said, this blog might provide you some help:
http://www.markdrew.co.uk/blog/index.cfm/2007/11/18/Sending-complex-objects-through-webservices-using-ColdFusion

good luck bro!

On Tue, Mar 4, 2008 at 10:12 AM, Paul Peterson <[EMAIL PROTECTED]> wrote:
>
>  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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to