InterviewSolution
Saved Bookmarks
| 1. |
Explain wsimport? |
|
Answer» Wsimport is basically a command-line tool that processes an existing WSDL file to generate all required WEB SERVICE artifacts for a web service client to access the published web SERVICES. It also supports a top-down approach for developing JAX-WS web services. In simple words, it generates Java CLASSES from WSDL. |
|