I have create a web service application in netbeans and another web service client in netbeans which the web service client required to access some file from web service project.
I have tried to add project from web service to web service client but fail to add WAR.
How to achieve that?
Thanks
Import WAR into another project by creating EAR project and composes all the necessary JAR.