You might want to follow the same documentation... Think you need the examples stuff of
JEE 5 downloaded locally... And here is what mentioned in the same documentation about HelloService...
-------------------------------------------
Building, Packaging, and Deploying the Service
You can build, package, and deploy the helloservice application using either NetBeans
IDE or
ant.
Building, Packaging, and Deploying the Service Using NetBeans IDE
Follow these instructions to build, package, and deploy the helloservice example to your Application Server instance using the NetBeans IDE IDE.
In NetBeans IDE, select File→Open Project.
In the Open Project dialog, navigate to tut-install/javaeetutorial5/examples/jaxws/.
Select the helloservice folder.
Select the Open as Main Project check box.
Click Open Project Folder.
In the Projects tab, right-click the helloservice project and select Deploy Project.
This builds and packages to application into helloservice.war, located in tut-install/javaeetutorial5/examples/jaxws/helloservice/dist/, and deploys this WAR file to your Application Server instance.
--------------------------------------
