tags:

views:

105

answers:

0

I created a "java web application" in Netbeans, added "web service clients" using three WSDL files. Netbeans created a webclient.war file. So far so good.

I created another "java web application" in netbeans and now I want to refer to all objects and generated methods that are now available in the "webclient.war" file. How do I do that? Netbeans allows me to look only for "JAR" file and not "WAR" files. It is like, I would like to be able to generate this WAR file just once and refer to it in multiple web-applications (as opposed to generating web-service client code in every one of this web-applications).

thanks!