Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ResultSet & Web Services

Status
Not open for further replies.
Oct 2, 2007
15
0
0
US
What is the best way to return a ResultSet from a web service to the client?

Thanks,
BRENT
 
I guess converting the resultset to an XML document would e the way to go.
 
Using the proper WebServices library should handle that transparently for you. The netto result is that you get your ResultSet as the declared object type available in your Client code...
Please read-up on WebServices, SOAP, WSDL and the lot (Wikipedia has good introductions), before proceeding any further.

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top