Hi
I am looking for the difference between AXIS 1.0 and Weblogic 7.0 web services, which one is better?
Thanks
-
AXIS vs Weblogic 7.0 web services (2 messages)
- Posted by: rajiv patil
- Posted on: May 14 2003 18:30 EDT
Threaded Messages (2)
- AXIS vs Weblogic 7.0 web services by Vivek Bhaskaran on May 14 2003 20:18 EDT
- AXIS vs Weblogic 7.0 web services by Don Ferguson on June 05 2003 10:32 EDT
-
AXIS vs Weblogic 7.0 web services[ Go to top ]
- Posted by: Vivek Bhaskaran
- Posted on: May 14 2003 20:18 EDT
- in response to rajiv patil
It really depends. If you already have a Stateless Session Bean Facade to the different modules to the application, then I would say the Weblogic 7.0 ant tasks to generate out the stubs and skels come handy. You can just point the ant task to an ejb.jar (containting the beans) and it will generate out the necessary type mapping info out.
However I have not been too pleased with the generated out client side stubs. Weblogic offers no inherent way to use "existing" client object to map out to the ones that are generated. And obviously getting answers out of bea support is challenging.
Axis on the other hand is much more "lightweight". There are some tools for code generation (wsdl2java i think) etc. I am not sure if it can map and leverage existing application boundaries like stateless session beans.
My $.02
-Vivek -
AXIS vs Weblogic 7.0 web services[ Go to top ]
- Posted by: Don Ferguson
- Posted on: June 05 2003 10:32 EDT
- in response to Vivek Bhaskaran
If you have trouble with support, try the weblogic.developer.interest.webservices news group; it's generally monitored by the actual developers on the webservices team (as well as me, their manager).