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

No wsdl elements generated for Exception.class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.4, 2.3.4
    • Tooling
    • None

    Description

      There is no wsdl element generated for Exception class:

      @WebService(name = "CalculatorService", targetNamespace = "http://cxf.apache.org/calculator")
      public class Caculator {
      @WebMethod(operationName = "addNumber")
      public Integer addNumber(@WebParam(name = "itemA") Integer itemA, @WebParam(name = "ItemB") Integer itemB)
      throws java.lang.Exception

      { return itemA + itemB; }

      }

      The schema element, wsdl part , fault and soap fault elements are expected.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: