2 Replies Latest reply on Mar 1, 2007 5:38 AM by mikaelstaldal

    How to control port name in generated WSDL

    mikaelstaldal

      How can I control the port name (<wsdl:port name="xxx">) in the WSDL generated by JBossWS? I always get name+"Port", which is not what I want since I have to implement an already established interface.

      JBossWS doesn't seem to recognize the portName parameter to the JSR-181 @WebService annotation. Is there any other way to control it?