Probably it's better for your web service to return a collection of c# objects, each of which stores a row of data from your dataset. The reason is that your java client might not get a corresponding resultset from your c# web service. I might be wrong.
Mark On 1/8/07, sam sam <[EMAIL PROTECTED]> wrote:
Hi, I have a .Net Webservice function that is returning a dataset, how can I read the dataset in my java program? I have run the wsdl2java and it generated ShowSuppliersResponseShowSuppliersResult.java for my suppliers.asmx file and my Show suppliers function. How can I read the dataset? thx. sam. __________________________________________________ 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]
