web services
I am trying to run the fromwsdl example in the JWSDP 2.0 but I get an exception. I downloaded the JWSDP 2.0 and ran the installation. I get the exception shown below. Could someone tell me what I might be doing wrong?
C:\Sun\jwsdp-2.0\jaxws\samples>cd fromwsdl
C:\Sun\jwsdp-2.0\jaxws\samples\fromwsdl>ant server
Buildfile: build.xml
setup:
server:
clean:
[delete] Deleting directory C:\Sun\jwsdp-2.0\jaxws\samples\from
setup:
[mkdir] Created dir: C:\Sun\jwsdp-2.0\jaxws\samples\fromwsdl\b
[mkdir] Created dir: C:\Sun\jwsdp-2.0\jaxws\samples\fromwsdl\b
[mkdir] Created dir: C:\Sun\jwsdp-2.0\jaxws\samples\fromwsdl\b
build-server-wsdl:
BUILD FAILED
C:\Sun\jwsdp-2.0\jaxws\samples\fromwsdl\build.xml:143: The followi
red while executing this line:
java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceException
Total time: 1 second

