0 Replies Latest reply on Feb 8, 2007 8:09 AM by tibocu

    [JBossWS 1.0.4/wstool] JAX-RPC does not allow collection typ

    tibocu

      Hi,

      I run wstool to generate the wsdl and mapping file.

      A web service method returns a Serializable object which contain relationship with other objects:
      List getXxxxx()
      void setXxxx(List l)

      wstool fail to map the object graph.
      Is there is any way to bypass this limitation ?

      Tks.