0 Replies Latest reply on Nov 13, 2008 5:32 PM by eminil

    Help setting up a ws

    eminil

      Suppose we have an EJB3 defined with

      @Stateless
      @WebService

      It all works as it should. Connecting to the ejb seems fine. And the ws shows up in the jboss jmx console.

      However, suppose the EJB methods use more complex arguments than Strings. Does this work automatically or how do we configure it somehow? I got the impression only Strings as arguments to the ejb methods would work with ws default...

      Previously when using axis we used a schema .xsd file where all the types were configured (and converted to java files with wsdl2java).