Re: create artifacts from WSDL published on the internet

2008-04-22 Thread Daniel Kulp
On Tuesday 22 April 2008, Davide Gesino wrote: > It is possible to generate java artifacts and stubs with wsdl2java > loading the wsdl file from the internet? (something like > http://myhost:myport/service?wsdl ) It should just work if you use that url as a the wsdl location on the command line.

Re: create artifacts from WSDL published on the internet

2008-04-22 Thread Glen Mazza
Not directly, but with Linux there's the "wget" command that returns the result from an HTML page (or a WSDL...), which you perhaps can pipe into a file which you can then use as an argument to wsdl2java. There's also an issue of dynamic clients, which I don't know much about but may be what you'