I know that there are two ways of creating web services:
- Write wsdl first and generate java interface using web services tools like wsdl2java
- Write java code first and then use tool to generate wsdl.
For me, the first method looks complex and second looks quite easy relatively. If so, I want to know
- When is the first method used? Give me scenario where the first method is preferred over second.
- What is the advantage of first method over second?
- Which is the method which is widely used in industry for application programming?
- If I am looking for a job in web services development, is it necessary for me to know how to write wsdl file for given requirements.