Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5456

Generated "Impls" should be based off the service/port, not portType

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0-milestone1
    • 3.0.0-milestone2
    • None
    • None
    • Unknown

    Description

      The generated impls have the service name and port name burned into the @WebService annotation. Thus, they should be named according to the port name, not the portType. This would avoid the semi-unpredictable:

      FooPortTypeImpl.java
      FooPortTypeImpl1.java
      ....

      and have things like:
      FooSOAP11PortImpl.java
      FooSOAP12PortImpl.java
      ....

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: