0
Bottom Up web service Creation - Java
Posted by Nantharupan
on
12:15 AM
Web services can be categorized into two based on the architecture.
- SOAP web service
- RESTful web service
SOAP web services can be generated in two ways
- Bottom Up
- Top Down
Bottom Up
we need to do the method implementation first based on the implementation WSDL file will be created
Top Down
we need to create the WSDL file first , then based on the WSDL file we have to create the web methods
for both of these there are a lot of tools available,
As i mentioned above we need to do our web method implementation first
Tools i used
1. Eclipse
2. GlassFish Server
Steps