- W3C WSDL Primer – http://www.w3.org/TR/wsdl20-primer/
- Mozilla Developer Network on HTTP – https://developer.mozilla.org/en-US/docs/Web/HTTP
- Mozilla Developer Network on HTTP Access control – https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- What is RestFUL – Feilding’s Original Paper.
- What is SSL/TSL – Wiki on what is SSL.
- A multi-tier architecture for building RESTful Web services – IBM developer works article.
- “Architectural Styles and the Design of Network-based Software Architectures” describes a framework for understanding software architecture using architectural styles and demonstrates how styles can be used to guide the architectural design of network-based application software.
- RESTful Web Services describes how you can harness the power of the Web for programmable applications.
- “Implementing RESTful Web services in Java” shows you how to write RESTful web services that conform to the JAX-RS: Java API for RESTful Web Services (JSR-311) specification.