0 Replies Latest reply on Nov 10, 2005 1:40 PM by ramrod1460

    Array of complex objects

    ramrod1460

      I have deployed several JBoss projects without trouble. I am
      now having difficulty deploying a web service which returns
      an ARRAY of Complex objects.

      Has anyone done this successfully ...any tips or sample
      deployment info would be appreciated.

      Basically my steps have been wscompile, put mapping file, webservices.xml and web xml in war file under web-inf and wsdl
      file under web-inf/wsdl. In addition to MY class files, I include in war the class files generated by wscompile ( -gen:server )

      This works fine for web service methods that do not return an array of complex objects ...will not work for methods returning an array of complex objects.