How to return an error through web service

  • Thread starter Thread starter bill.jenner
  • Start date Start date
B

bill.jenner

In a situation where a raise event is normally used, how is this
handled inside a web service. How is the user notified of an error. Do
you simply have to have methods that return error values or is there a
better way.
 
I used two ways, an error page for serious errors and for say form entry
field errors, I use a label at the top that I make visible if one of the
fields is incorrectly filled out when the submit button is clicked.
 

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