Hey Anne, Thanks for the reply. My thing works fine now. I have now tried returning a 2D String array, but the schema generated for it is also similar to a 1D array. And the web service fails. have u come across anything like this?? Thanks, Chinmay
Anne Thomas Manes <[EMAIL PROTECTED]> wrote: Use an array rather than a List. On 12/15/06, c b wrote: > > Hi Axis-Users, > > I have a simple web service operation which returns a string. This was > working fine for me. > Recently I needed to change the return type from String to a > List(ArrayList). > I duly generated the new wsdl and a new client and tried to invoke the newly > deployed > web service. > But it gives me an AXIS fault. > I checked the newly generated WSDL and the response element now shows the > type as > "xsd:anytype". > Does this have anything to do with the axis fault that I am getting? > > Thanks, > Chinmay. > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
