Generating the implementation code
You generate the implementation class for your service with wsdl2java 's -impl flag.
Information noteNote: If your service's contract included any custom types defined in XML Schema, you will
also need to ensure that the classes for the types are also generated and available.
The service implementation code consists of two files:
-
portTypeName.java is the service interface(SEI) for the service.
-
portTypeNameImpl.java is the class you will use to implement the operations defined for the service.