1 Reply Latest reply on Nov 24, 2011 4:32 AM by pi4630

    Web service method visibilty

    pi4630

      I am usinng JBoss-6.0.0. Final.

       

      I have a SLSB that implements a remote interface. The SLSB is annotated with

      {code:java}@WebService{code}

      and only three of five public methods are annotated with

      {code:java}@WebMethod{code}

       

      I'd expect to find only those three methods described in the WSDL, but instead I find all five public methods! I don't want all of them to be shown, just some of them.

       

      Can you help me see what I'm getting wrong here?

       

      Thanks,

      ~pasquale