In this blog post we will be going to see how to generate
the WSDL file from the web service implementation class. You can take any one
of your deployed web service. Here I am going to use HelloWorld service
Right click on the implementation class -> Web Services
-> Create web service
You can configure runtime on your choice. I choose Tomcat
8.0 & Apache axis. Click next
In
this window you can choose the service operations you want to expose. In our
case only one - sayHello. Click Next
Now finish.
This WSDL get created in the WebContent folder.
No comments:
Post a Comment