tags:

views:

335

answers:

0

hi all

i am creating a simple java webservice in eclipse IDE. webservice is published using Endpoint.publish method. when i started creating client for this webservice, it says i need to run " wsgen -cp . ch01.team.Teams " command which will generate Java types needed by the method Endpoint.publish to generate the service's WSDL.i am using java1.6. when this wsgen command is typed to command prompt it does not recognize that command.i searched net for solution, i found JAXWS_HOME\bin\wsgen.bat to start wsgen utility. but i can not find the location of jaxws to set JAXWS_HOME environmental available. really appreciate any help