RE: RE:Axis web services for MySQL Connection.

2002-06-06 Thread Jiri Kunstat
Hi, I'd be also interested in Java equivalent of .NET DataSet type in context of web services. Especially if anybody knows specification .NET DataSet or some free implementation. Although Systinet WASP contains JDBC connectivity provided by JNDI connector which works over SOAP, each database oper

RE: RE:Axis web services for MySQL Connection.

2002-06-04 Thread Eamonn Fallon
Hi Joe, I think the real problem is that, in Java there is not standard way of representing an offline result set (ie a DataSet). What you have to do is write a custom deserialiser to parse the xml in the soap response and put the data in an object that is equivalent to a .NET Dataset object. Doe

RE: RE:Axis web services for MySQL Connection.

2002-06-04 Thread Thomas Herbstreuth
Hi,   now we're at a point where i need a little help from the community, since my RDBMS needs are more than satisfied with scalar data or an xml string that goes back on the soap wire.   I see the concepts behind SOAP as strictly connectionless, datagram oriented.   What you have as a dir