Hi Everyone ,
I am new to
Java Webservice .
Please clarify my following points of Web Service.
I have gone through on certain sites in internet for devloping Jax-WS webservice(Contract Last ) .It is mentioned there that we need to create the supporting binding files in command prompt by giving the config.xml file to Wsgen tool after that we will use those files by putting the corresponding folder in eclipse and follow the next steps (already given there) to devlope complete web service.
My doubt is
In real time , If we need to devlope a JAX-WS webservice ...do we need to generate these supporting binding files and wsdl in commnd prompt by using Wsgen tool and moves those files to corresponding location of eclipse and follow the next steps to devlope complete web service or Is there any other way it will be devloped in real time like tool will l generates these supporting binding files and wsdl automatically rather than command prompt ?