Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-1649

"ServiceName" annotation ignored when implementing an interface

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • jbossws-2.0.0.Beta
    • jbossws-native
    • None

      The following:

      @WebService
      public interface EchoSoap {
      public String echoString(String input);
      }

      @WebService(serviceName = "echoService", endpointInterface = "EchoSoap")
      public class EchoSoapImpl implements EchoSoap {

      public String echoString(String input)

      { return input; }

      }

      .. Results in the endpoint actually existing at "EchoSoapImpl" rather than "echoService" as specified by the "serviceName" annotation.

              Unassigned Unassigned
              msell_jira Matthew Sell (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: