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're looking for, I don't know: http://cwiki.apache.org/CXF20DOC/dynamic-clients.html HTH, Glen 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 ) > -- View this message in context: http://www.nabble.com/create-artifacts-from-WSDL-published-on-the-internet-tp16824292p16825417.html Sent from the cxf-user mailing list archive at Nabble.com.