Web Services question

  • Thread starter Thread starter Frazer
  • Start date Start date
F

Frazer

hi,
if my webmethod fails (eg database server is down) how do i send this
message back to the caller of the web method.
thanx
 
There are many different ways that you could approach this problem.

Just like any other function out there, you could create a return value that
specified whether or not a procedure or function successfully completed.

You could simply send back an empty resultset instead of actual data.

And so forth.


HTH

Rick Sawtell
MCT, MCSD, MCDBA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top