Java Reference
In-Depth Information
4.2.4.1 EmployeeDocData.java
Writing Web Service in Java can be done by incorporating Java annotation into Java classes.
These classes provide WS using SOAP. Java WS annotations that are used include the
following:
• @WebService:indicates this class to implement a Web Service
• @SOAPBinding:specifies Web Service to bind to a SOAP protocol
• @WebMethod:exposes an operation as a Web method.
@WebParam:mapps individual parameters to a WS
message. A document-style SOAP binding is used for this
application.
Search WWH ::




Custom Search