| The JAX-WS tool, wsimport is used to process a WSDL file and generate portable Java artifacts that are used to create a Web service client. |
| Which of the following artifacts wsimport tool can generate? |
| Choice 1 | Service Endpoint Interface (SEI) |
| Choice 2 | Exception class mapped from wsdl:fault (if any) |
| Choice 3 | Service Endpoint Enterprise Java Bean class including business interfaces |
| Choice 4 | Service |
| Choice 5 | Async Reponse Bean derived from response wsdl:message (if any) |
| Choice 6 | JAXB generated value types (mapped java classes from schema types) |