The following blog shows how to create and deploy a SOAP 1.2 based
webservice in Glassfish v2
using Netbeans
6.0
Download and install Netbeans 6.0 from here.
Click on File->New Project
Choose Web ->WebApplication
Next provide the name of the Web application
choose the Java EE version as Java EE 5
Click on Finish
Next in the Projects tab you will see EchoTest
Right Click...