How to start
Webservices Project in Eclipse ?
How to create WSDL
from java beans ?
It is a quick reference .
Steps to follow in
Eclipse:
- Setup Tomcat to Eclipse ( you google this easily)
- File>new Project>web> dynamic web project
- Provide name of project when it asks for you.
- Now we have project.
- Create a java bean class.
- Add WSDL generated packages/libraries like APACHE CXF, AXIS2…etc
- Set up in Project >Webservices>AXIS2 Home
- Set up in Project >Webservices>CXF Home
- Right Click on Implementation Class and Webservices>generate
- Follow steps to create WSDL as screen directs you.
No comments:
Post a Comment
Please comment here