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

Native does not repsect the fault value in @Action

XMLWordPrintable

      WSA Action shold be set to "http://fault1" in soap fault message :

      @Action(input="finput1",
      output="foutput1",
      fault=

      { @FaultAction(className=AddNumbersException.class, value="http://fault1") }

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

      { return doStuff(number1, number2); }

            ropalka Richard Opalka
            rhn-engineering-ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: