1 Reply Latest reply on Nov 1, 2006 1:32 PM by jason.greene

    Unable to resolve portName in @WebService definition

    sursha

      I added portName="servicePort" to ejb3 exposed web service and it is unable to resolve it. javax.jws.WebService has a portName as part of the spec. Looks like JBOSS doesn't support it.
      Any ideas?

        • 1. Re: Unable to resolve portName in @WebService definition
          jason.greene

          Yeah this is because it was added as part of the JAX-WS spec. The current 1.x versions are using the original JSR-181 spec which was based on JAX-RPC. We will be releasing initial JAX-WS support in our upcoming 2.0.0 beta2 release if you want to give it a shot.

          I will post with more details and instructions once it's released.

          -Jason