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.   The "tricky" part may be some of the special characters 
in the url like the ":" and the "?".   You might need to escape them or 
maybe put the whole thing in quotes  (cannot remember if it's single or 
double quotes) to make sure the shell doesn't try to do something wacky 
with it.

For example, I can run:
wsdl2java -d gen \
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl

just fine.


-- 
J. Daniel Kulp
Principal Engineer, IONA
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to