Re: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Grant Echols \(JanusLogix\)
l" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 3:10 PM Subject: RE: How to use the Java2WSDL class inside a java program > > Grant, > > I am fixing this for you - no big deal. > Check out tomorrows build. > > But - you should

Re: How to use the Java2WSDL class inside a java program

2002-10-18 Thread dev
Bonjour, Je ne peux pas vous aider sur le sujet par contre je suis très intéressé par votre plug-in. Pensez-vous le rendre disponible en open-source? Comment puis-je me tenir au courant de l'évolution de votre plug-in? Cordialement Cédric Trolez. At 14:52 17/10/02 +0200, you wrote: Hi, I'm bui

Re: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Grant Echols \(JanusLogix\)
an" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 11:04 AM Subject: Re: How to use the Java2WSDL class inside a java program > > - Original Message - > From: "Grant Echols (JanusLogix)" <[EMAIL PROTECTED]> > To: <

Re: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Steve Loughran
- Original Message - From: "Grant Echols (JanusLogix)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 8:24 AM Subject: Re: How to use the Java2WSDL class inside a java program > That problem has bitten me too. We want to do a dyn

RE: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Tom Jordahl
: Thursday, October 17, 2002 3:57 PM To: [EMAIL PROTECTED] Subject: Re: How to use the Java2WSDL class inside a java program Steve, I couldn't agree more! - main() should do a System.exit() so that its results can be tested. However, the System.exit() isn't coming from main(), its being c

Re: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Steve Loughran
- Original Message - From: "Grant Echols (JanusLogix)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 12:57 PM Subject: Re: How to use the Java2WSDL class inside a java program > Steve, > > I couldn't agree more! - main

Re: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Grant Echols \(JanusLogix\)
so my hack will stay in place for a while. Hope this helps, Grant - Original Message - From: "Eric BELLARD" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 6:52 AM Subject: How to use the Java2WSDL class inside a java program > Hi, &g

RE: How to use the Java2WSDL class inside a java program

2002-10-18 Thread Jung, Eric (Contractor)
rsday, October 17, 2002 3:57 PM To: [EMAIL PROTECTED] Subject: Re: How to use the Java2WSDL class inside a java program Steve, I couldn't agree more! - main() should do a System.exit() so that its results can be tested. However, the System.exit() isn't coming from main(), its being cal

How to use the Java2WSDL class inside a java program

2002-10-17 Thread Eric BELLARD
Hi, I'm building a Axis plugin for the IDE eclipse and I've got some problems. One of the functionnality I'd like to include in the plugin is to generate a WSDL file from a selected Java class. I'd like to use the Java2WSDL class for that. I'd like to execute the method run of the Java2WSDL clas