Dear friends,
I have a question about how to transfer complex objects between server and client using AXIS technology. as the example5 coming with AXIS, it's easy to transfer a bean containing primitive data. but I want to transfer a bean containing other beans as one of its fields. but I don't know if I transfer such kind of bean or how? also does anyone know if AXIS can transfer
java collections and how?
another question is that I don't know why the wsdl file doesn't change after I change the source server java file and deploy it using command line: java org.apache.axis.client.AdminClient deploy.wsdd. but I do find the service is undeployed if I run undeploy command. for example, even if I add an variable of int type in Order file under example5, and recomplie the java file and then redeploy the service. the wsdl is the same as before! it's really wired. also I don't know where the service is deployed. if it's just a wsdl or there should be a java class file in some directory under
tomcat?
thank you very much for your great help!
Sam