Can anybody point me to any sample example which does something like this? >From: "Warwick Slade" <[EMAIL PROTECTED]> >Reply-To: "Warwick Slade" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: simple-jdbc web services question >Date: Wed, 27 Jun 2001 09:24:59 +1000 > >MY preference: > >You can just convert the result set into an xml string and return this >string. > >Or create an org.w3c.dom.Element and return this > >Or create an org.w3c.dom.Element and return this written to a string. > >I pass data to and from soap services only using xml as strings. > >The most basic form would be: This can be generated for any result set. > ><resultset> ><row><column name="a">blah</column><column name="b">foo</column></row> ></resultset> > >----- Original Message ----- >From: "sushi mitra" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, June 27, 2001 8:49 AM >Subject: simple-jdbc web services question > > > > Hi, > > > > I wrote a simple web service which is returning result of a sql query. I >am > > wondering how do I return the ResultSet to the client. I understand I >need > > to write a bean, but not sure how I am going to do it. > > > > Thanks > > SM > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
