Hi Dov, My experience with Axis2 left a bad taste in my mouth. Axis2 does not support multiple ports per service. That made it unusable with Paypal's web service, and probably others as well. I found Java 1.6's built in JAX-WS stuff for web services much more appealing and flexible. The only downside I found with JAX-WS is that it does not support RPC encoding. So, if using an old RPC service, I would go with Axis 1.4, otherwise JAX-WS.
Ramsey On Mar 8, 2011, at 10:12 AM, Dov Rosenberg wrote: > The current OOTB support in the latest WebObjects release 4 years ago is Axis > 1.4. The current Apache Axis is 1.5.4 for Axis2. Has anyone attempted to > replace the Axis version with something more modern? Does Project Wonder > support the newer Axis2? > > Thanks in advance > > Dov Rosenberg > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
