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
|
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).