Problems sending composite data structures

2006-10-24 Thread Daniel Goodman
HI, I'm using axis 1.4 and the latest download of tomcat, and am trying to send a tree structure as soap. This has been causing me lots of problems, so I tried doing a simplified version of the idea, to see if I could locate the problem, however I can't get this to work either. If I send just

Abstract types

2006-05-05 Thread Daniel Goodman
Hi, I'm using axis 1.3 and jdk 1.5, and I'm trying to send a tree constructed using the composite design pattern. So I have an abstract class and a set of instantiating classes. I've then constructed the WSDL to describe these classes and using WSDL2Java constructed the bean serialisers etc. I