Hi to everyone. This is my first post and I have a small question about 
retrieving a complex type from a client. Read the documentation on 
axis(Building stubs, skeletons, and data types from WSDL)....basic examples 
worked out well, I'm a little stuck on one example ...there is a web service 
that returns a complex type ...the response looks like

    <types:UserName id="id2" xsi:type="types:UserName">
      <Name xsi:type="xsd:string">string</Name>
      <Last_name xsi:type="xsd:string">string</Last_name>
...........

so from what I understood I need to use wsdl2java to generate a UserName class 
that implements 
java.io.Serializable. Ok I done that..created that class with getters and 
setters. But how do I set the variables in that class with the results from the 
invoke method?

I keep getting: No deserializer defined for array type {http....}UserName

it's probably easy but I'm missing something here.
some pointers would be appreciate.

Cheers
Tibi







       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to