Skip to main content

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!