You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ushan Adikaram <us...@gmail.com> on 2009/04/24 06:30:08 UTC

axis web services with complex data types

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.