Generate multiple clients with weblogic clientgen without iterate all them in ant build.xml
Posted
by kingoleg
on Stack Overflow
See other posts from Stack Overflow
or by kingoleg
Published on 2010-06-02T15:18:42Z
Indexed on
2010/06/02
15:24 UTC
Read the original article
Hit count: 216
I use clientgen ant task shipped with weblogic to generate web-service clients. Currently I have one different clientgen statement for each wsdl. Is there any possibility do not iterate each wsdl? It will be perfect just set directory where all wsdl live for one clientget statement.
© Stack Overflow or respective owner