It looks like they changed the package in the newest release. There is a command line tool to generate WSDL from a Java class (although it is fairly limited) in the earlier wstk releases which I have been using for the last few months. The libries for java to wsdl are in the wstk.jar file in the /lib directory. My guess from looking at the new package structure is that you want to use the WSDLParser class and the WSDLWriter class to output WSDL from a Java class. Your best bet is to check the IBM discussion boards as this topic is really outside the scope of this mailing list.
-----Original Message-----
From: Anver Sotnikov [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 10:26 AM
To: [EMAIL PROTECTED]
Subject: RE: WSDL generator


Run 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 generator



Does 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 AM
To:
'[EMAIL PROTECTED]'
Subject:
RE: WSDL generator

com.ibm.wsdl.Main in the wsdl.jar library
-----Original Message-----
From:
Anver Sotnikov [mailto:[EMAIL PROTECTED]]
Sent:
Wednesday, May 30, 2001 9:58 AM
To:
[EMAIL PROTECTED]
Subject:
RE: WSDL generator


I 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 generator




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 AM
To:
[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 PM
To:
[EMAIL PROTECTED]
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).


Frank Feldmann
Manager eBusiness Strategy
SilverStream Software EMEA
Mobile : +31 622429856
e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



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

Reply via email to