We generate client stubs from WSDL using Axis WSDL2Java. The services we are currently interacting with have a number of complex types as parameters. So several javabean classes are generated. We may at some point substitute our own javabean classes, and try to use the type mapping capability of Axis to do so.
Peter -----Original Message----- From: Kevin Hooke [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 1:42 PM To: [EMAIL PROTECTED] Subject: survey: generation of ws client code Hi - this is a general question - I am looking at potentially building some WS developer tools, and I need some brief feedback from WS developers about how you develop your client code that invoke Web Services. Do you: a) generate the client code from WSDL using a tool such as Axis WSDL2Java, b) generate the client code using a wizard in an IDE such as SunONE, JDeveloper, etc (possibly also using WSDL) c) develop the client code by hand d) combination of above - generate then modify by hand e) other? Thanks in advance for your feedback...!! Kevin Hooke MindBeans Software Consulting http://www.mindbeans.net **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. ****************************************************************************
