RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Gold, Laurence (MLIM)
-Original Message- From: Abou-Khalil, Charbel [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 4:01 AM To: '[EMAIL PROTECTED]' Subject: RE: API to Generate WSDL from Java Programmatically I would be very interested to know if you were able to do this. What i did instead was th

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Tim Bertrand
Title: RE: API to Generate WSDL from Java Programmatically Charlie,   CapeStudio allows one to automatically generate WSDL from Java, EJBs (complex types, inheritance, etc supported), or CORBA IDL (supported ORB’s include Orbix (many versions, not just Orbix 2000), BEA’s WLE, MICO

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Rebecca Dias
Title: RE: API to Generate WSDL from Java Programmatically Charlie,     The XMLBus has very powerful tools for WSDL generation from Java, EJB, and CORBA interfaces.  It also provides the ability to map WSDL onto a sequence of backend calls i.e. allow you to easily create Web services

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Abou-Khalil, Charbel
allow them to choose available methods, and enter values for request parameters. regards Charbel. > -Original Message- > From: Charlie Abela [mailto:[EMAIL PROTECTED]] > Sent: 03 May 2002 09:20 > To: [EMAIL PROTECTED] > Subject: API to Generate WSDL from Java Programmatic

API to Generate WSDL from Java Programmatically

2002-05-03 Thread Charlie Abela
Hi I would like to ask if it is possible to create a Java class that can make use of Apache Axis to programmatically ( from within an application) create a WSDL file of a Java Web Service? If not is there any other API I can use? Thanks for any help Charlie