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\)
That problem has bitten me too. We want to do a dynamic publish which we try to use the Java2WSDL and WSDL2Java so we get a deploy.wsdd file. We found a couple of things that seemed to help. The biggest is we load a custom SecurityManager just before running the .main() methods. The primary objecti

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