On Fri, 31 Oct 2003, Søren Neigaard wrote: > I have found that it in the WSDD the hard part is with AXIS. For example I > have a SOAP-RPC method that returns a Bean wich has a array of some other > bean inside, but I have no idea how this should be mapped in the WSDD file.
I think you should have one beanMapping for each bean in the service-entry of the wsdd-file. That is working for me. - Tore.