Re: consuming a .Net Dataset webservice

2007-01-09 Thread Mark Lin
vice that I cannot control, I do not have access to the code and I cannot change it. My java program has to communicate with the .Net web service as is. thx. sam. - Original Message From: Mark Lin <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, January 8, 2007 3:58:

Re: consuming a .Net Dataset webservice

2007-01-08 Thread Mark Lin
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 PROTECTE

One class and multiple classes

2005-06-24 Thread Mark Lin
Hi, I ever used visual studio.net to generate C# class from wsdl. The result is one service class plus all the helper classes in one .cs file. When I use WSDL2Java to generate java classes from wsdl, I got the service class, plus all the heler classes as separate java files. Is this correct? Mark