InterviewSolution
Saved Bookmarks
| 1. |
Explain the sun-jaxws.xml file? |
|
Answer» The sun-jaxws.xml FILE is present in SOAP web SERVICES and HELPS in offering the endpoints details when JAX WS web services get deployed in a servlet container. Placed in WEB-INF directory, the sun-jaxws.xml file CONTAINS implementation class, endpoint name, meta information, and a URL pattern. |
|