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
I would be very interested to know if you were able to do this. What i did instead was that i wrote some adaptors that use the WSDL4J aPI to parse and obtain what i need from the WSDL in order to build a request on the fly. My aim is to allow the user to enter the URL of any WSDL file and then all