Dear all
I use XFIRE 1.2 to create WebService and deploy on
TOMCAT 5.0.
This web Service will return Persion Object(Complex type structure)
The code of Persion list as below
The WSDL that created by XFire list as below
I create a Web Service Client.
I call the web Service , and expect it will return Person Object which contains value of age is 25 and value of name is Shara.
But the console output the result as blow
Are there any wrong of my Web Service client ?
The code I write list as below
[ March 07, 2008: Message edited by: avseq anthoy ]
[ March 07, 2008: Message edited by: avseq anthoy ]