As Steve said, you can use a muse.xml file to not only specify the exact 
capability names you want, but also to point to multiple resource types 
(WSDLs). The command line also permits execution on multiple WSDLs:

        wsdl2java -wsdl FirstFile.wsdl SecondFile.wsdl ThirdFile.wsdl ...

I don't think it will generate to a new directory (Andrew, correct me if 
I'm wrong). If you have MUSE_HOME/bin in your PATH, though, you can just 
switch to the directory you want the files in and run wsdl2java from 
there. The tool will put the files in the current directory.

Dan



"Steve Jerman \(stjerman\)" <[EMAIL PROTECTED]> wrote on 11/01/2006 
07:55:16 PM:

> You can specify a muse descriptor file (which defines multiple WSDL) as
> the parameter to wsdl2muse.
> 
> (if you look at the stuff I generate you will see one ..)
> 
> Steve 
> 
> -----Original Message-----
> From: Vinh Nguyen (vinguye2) 
> Sent: Wednesday, November 01, 2006 4:50 PM
> To: [email protected]
> Subject: wsdl2java questions
> 
> Hi all,
> 
> 1) Is there a command-line parameter that can be specified to wsdl2java
> to output generated files to a specific directory, instead of always to
> the current directory in which it is executed?
> 
> 2) Can wsdl2java run against a set of files (i.e. *.wsdl), or only to
> one file at a time?  If only one at a time, what would be a good process
> to follow so that we make sure all wsdl items get incorporated properly
> into the muse.xml and service.xml config files?
> 
> -Vinh
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to