my old notes with my webobjects/axis experience to create doc/lit/wrapped webservices with webobjects with different axis versions:
WebObjects has installed Axis 1.1 June 13 2003 services can be deployed either rpc/encoded or document/literal with WOWebServiceRegistrar.registerWebService Version1: WebObjects 5.3.2, Axis 1.1 : simple echo string-string service within webobjects deployed as rpc/encoded, document/literal -> .net/axis 1.4 can only acces rpc/encoded, document-literal gives error Version2: WebObjects 5.3.2, Axis 1.1, Java5 - problems with Java5 axis has a class called enum within the package - using Axis 1.2 to 1.4 gives exception with WOXMLProvider Version3: WebObjects 5.3.2, Axis >1.2, Java5, pachted WOXMLProvider, WOWebServcie - possibility to deploy doc/lit/wrapped service directly webobjects and access them from java/.net BUT usage of WO Webservices internally not available anymore Did anyone try to integrate Axis2 with webobjects? cheers oliver On 8/8/07, Guido Neitzer <[EMAIL PROTECTED]> wrote: > On 08.08.2007, at 15:26, John Huss wrote: > > >> Was someone able to use a newer version of Axis with WebObjects > >> Webservices? > > > > No, see this post: > > http://www.wodeveloper.com/omniLists/webobjects-dev/2005/February/ > > msg00260.html > > It depends. You can use newer versions of Axis, but not with the > integrated webservice classes in WO. We do that here without a > problem. The only thing is, that we can't mix the WebObjects > webservices with others (like PayPal). > > cug > _______________________________________________ > 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/oliver.egger%40gmail.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]
