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

wsprovide tool does not check the annotation and method signature

    XMLWordPrintable

Details

    Description

      wsprovide tool will generate wrong wsdl for this wrong jaxws annotated add method:

      @SOAPBinding(parameterStyle = ParameterStyle.BARE)
      public class Test {
      @WebMethod
      public int add(int a, int b)
      {
      return(a + b);
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: