i developed a web service which can set and get customer information such as name, address, age etc. there i need to get the Address as an object it self which is a complex data type that include int homeNo, String streetAdd, String city. how to do this ? i developed my web service using jdk 1.5, axis 1.2.1 and tomcat 5.5.
