Re: WSDL generator

2001-05-30 Thread John Colgrave

 Frank Feldmann wrote:
 
 Actuall, in the wstk there should also be a command line version of
 this thing.
 I have used it, but don' t remember where it is stored in the wstk
 folders.

IN WSTK 2.3 there is wsdlgen in WSTK_HOME/bin.

-- 
Regards,

John Colgrave
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: WSDL generator

2001-05-30 Thread Erik Onnen



I think Anver 
used the WSDE which is the full suite of functionality including some UDDI 
libraries wrapped under a GUI that is not all that intuitive. The WSTK is a 
subset of the WSDE which is what Frank mentioned, that is what yuu want to use 
Anver. Search alphaworks for wstk or look for the package nested somewhere in 
your WSDE install.

  -Original Message-From: Frank Feldmann 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 30, 2001 3:59 
  AMTo: [EMAIL PROTECTED]Subject: RE: WSDL 
  generator
  Actuall, in the wstk there should also be a command line version of 
  this thing.
  I 
  have used it, but don' t remember where it is stored in the wstk 
  folders.
  
  Frank Feldmann
  
-Original Message-From: Anver Sotnikov 
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 29, 2001 
11:02 PMTo: [EMAIL PROTECTED]Subject: WSDL 
generatorHi 
all. I need a WSDL generator to 
generate wsdl file from java class - the one from IBM works only through GUI 
interface. If anybody knows any WSDL 
generator which can be used as command line utility or if there is a 
description how IBM WSTK can be used to generate WSDL without using GUI 
please drop me a note :o).Frank FeldmannManager 
  eBusiness StrategySilverStream Software EMEAMobile : +31 
  622429856e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


RE: WSDL generator

2001-05-30 Thread Ed Keen



It 
shows these arguments when I run it with the -? argument:

--

 
java com.ibm.wsdl.Main [args]

 args:

 
[-in URL|fileName] default: 
STDIN [-target 
client|server] default: client 
[-dir targetDir] 
default: . [-package 
packageName] default: 
[-verbose (on|off)] default: 
on [-override 
(on|off)] default: off (Override existing 
files?) 
[-javac (on|off)] default: 
on (Invoke javac on generated".java" 
files?) [-nasslOnly 
(on|off)] default: off (Output results of 
WSDL-NASSLtransformation?)


--

Can 
anyone explain to me what these arguments mean? I tried to specify a java 
file for the "-in" parameter, and it gave me an xml parsing exception, like it 
is expecting an xml file. All I want to do is to generate a wsdl file from 
a java class.

Thanks,
Ed



  -Original Message-From: Anver Sotnikov 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 30, 2001 9:26 
  AMTo: [EMAIL PROTECTED]Subject: RE: WSDL 
  generatorRun it with -? 
  argument. But as I understand it's 
  a Java code generator from WSDL. 
  


  
  Ed Keen 
[EMAIL PROTECTED] 
05/30/2001 10:09 AM Please respond to soap-user 
  To:   
 "'[EMAIL PROTECTED]'" 
[EMAIL PROTECTED] cc:

 Subject:RE: WSDL 
generatorDoes anyone know the usage for com.ibm.wsdl.Main? I run it from 
  the command-line as:java 
  -cp my classpath com.ibm.wsdl.Main  ... and it just sits there hung. The javadoc on this class is no 
  help.   
  Thanks, Ed  -Original 
  Message-From: Erik Onnen 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 30, 2001 9:03 
  AMTo: '[EMAIL PROTECTED]'Subject: RE: WSDL 
  generatorcom.ibm.wsdl.Main in the wsdl.jar library -Original Message-From: Anver Sotnikov 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 30, 2001 9:58 
  AMTo: [EMAIL PROTECTED]Subject: RE: WSDL 
  generatorI use WSTK now but 
  the problem is WSTK has an utility to generate wsdl - wsdlgen and it works 
  fine in GUI. And I need command line utility to use in build 
  scripts. Thank you. 
  


  
  Erik Onnen 
[EMAIL PROTECTED] 
05/30/2001 09:35 AM Please respond to soap-user 
  
   To: 
   "'[EMAIL PROTECTED]'" 
[EMAIL PROTECTED]
cc:
Subject:RE: WSDL 
generatorI 
  think Anver used the WSDE which is the full suite of functionality including 
  some UDDI libraries wrapped under a GUI that is not all that intuitive. The 
  WSTK is a subset of the WSDE which is what Frank mentioned, that is what yuu 
  want to use Anver. Search alphaworks for wstk or look for the package nested 
  somewhere in your WSDE install. 
  -Original Message-From: 
  Frank Feldmann [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 
  30, 2001 3:59 AMTo: [EMAIL PROTECTED]Subject: RE: 
  WSDL generatorActuall, in the wstk there should also be a 
  command line version of this thing. 
  I have used it, but don' t 
  remember where it is stored in the wstk folders. Frank Feldmann 
  -Original Message-From: 
  Anver Sotnikov [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 
  29, 2001 11:02 PMTo: [EMAIL PROTECTED]Subject: 
  WSDL generatorHi all. I need a WSDL generator to 
  generate wsdl file from java class - the one from IBM works only through GUI 
  interface. If anybody knows any WSDL generator which can be used as 
  command line utility or if there is a description how IBM WSTK can be used to 
  generate WSDL without using GUI please drop me a note :o). Frank FeldmannManager eBusiness 
  StrategySilverStream Software EMEAMobile : +31 622429856e-mail: 
  [EMAIL PROTECTED]-To 
  unsubscribe, e-mail: [EMAIL PROTECTED]For additional 
  commands, email: [EMAIL PROTECTED] 


Re: WSDL generator

2001-05-30 Thread Anver Sotnikov

There is a Swrap utility which generates WSDL from class but somehow it generates WSDL only for methods of java.lang.Object, that is completely opposite from what I want. I need WSDL for all public functions of my object minus public functions of java.lang.Object :o(








Anver Sotnikov [EMAIL PROTECTED]
05/29/2001 05:02 PM
Please respond to soap-user


To:[EMAIL PROTECTED]
cc:
Subject:WSDL generator



Hi all. 
I need a WSDL generator to generate wsdl file from java class - the one from IBM works only through GUI interface. 
If anybody knows any WSDL generator which can be used as command line utility or if there is a description how IBM WSTK can be used to generate WSDL without using GUI please drop me a note :o).