I have never written any sort of webservice, but an tasked to do so now. We have decided to use restlets. I need to write a certificate based authentication webservice, where the client will pass us criteria (guid, username, password, etc), and then we need to look up this data and see if the guid is valid, and the username/password are valid.
Any suggestions on where to start??
Thanks!