Help compiling web service

I think I have tried everything to compile the web service in the web service tutorial. I was using Netbeans 5.5 and was receiving an error. I switched to version 6.0 Dev to see if it would work and I'm now receiving the following error...

C:\Documents and Settings\Gary\WSTest\nbproject\build-impl.xml:315: You are running on JDK6 which comes with JAX-WS 2.0 API, but this tool requires JAX-WS 2.1 API. Use the endorsed standards override mechanism (http://java.sun.com/javase/6/docs/technotes/guides/standards/), or set xendorsed="true" on <wsgen>.

I downloaded jax-ws 2.1 and jaxb 2.1 and added those libraries to the project.

I created an endorsed folder under the c:\program files\java\jre1.6.0 folder and copied the files from jaxws-ri/lib to it.

I don't know how to set xendorsed on wsgen.

I can't seem to get any thing to work.

Thanks for any help!!!!

Gary

[924 byte] By [gfma] at [2007-11-27 1:30:47]
# 1
trace the ant task <wsgen> in build-impl.xml. U can set the xendorsed flag by changing it to <wsgen xendorsed="true">
Harish_MCAa at 2007-7-12 0:32:35 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...