Restful WebServices
So lately I’ve been converting some SOAP WebServices to Rest webservices. There’s lots of papers on REST but atm there’s no real standards, just guidelines. As far as i can tell, it’s just passing data using HTTP. So if i … Continued