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

JAXWS2.2: Compute wsam:action value for SEI method annotated with empty @FaultAction(className=AddNumbersException.class, value=""))

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.8
    • 2.3
    • Tooling, WS-* Components
    • None

    Description

      Generated correct waam:Action value in wsdl :
      <wsdl:fault name="AddNumbersException" message="tns:AddNumbersException" wsam:Action="http://fortest.tools.cxf.apache.org/AddNumbersImpl/addNumbers3/Fault/AddNumbersException">

      for SEI method :

      @Action(input = "http://cxf.apache.org/input3", output = "http://cxf.apache.org/output3",
      fault =

      {@FaultAction(className = AddNumbersException.class, value = "") }

      )
      public int addNumbers3(int number1, int number2) throws AddNumbersException

      { return execute(number1, number2); }

      Attachments

        Activity

          People

            ema Jim Ma
            ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: