Are you trying to use utilities in WSTK or Axis?
 
By default Java2WSDL in Axis generates a single WSDL file that descriptions the interface AND location of a web service. To generate two files, one describing the interface and one describing the implementation, you have to invoke it twice, once with -wInterface and once with -wImplementation.
----- Original Message -----
From: Li Bing
Sent: Tuesday, April 02, 2002 2:21 AM
Subject: How to Use Java2Wsdl to Generate All the WSDL Files

Dear all,
 
I just downloaded IBM WSTK-3.0. There is a module called wsldgen.sh. But it is deprecated. I should use Java2Wsdl instead.
 
However I can use the following command to generate a WSDL file. It seems to be the service interface file. As I learned, wsdlgen.sh is able to generate three files, a deployment descriptor, a service file and a service interface file. How can I use Java2Wsdl to create other two WSDL files?
 
Thanks so much,
Li Bing
 

Reply via email to