web services

Understanding SOAP and REST Basics And Differences

Simple Object Access Protocol (SOAP) and Representational State Transfer (REST) are two answers to the same question: how to access Web services. The choice initially may seem easy, but at times it can be surprisingly difficult. SOAP is a standar…

Make REST calls in PHP

In this information around how to call a REST API. You can access any REST API with PHPs cURL Extension. However, the API Documentation (Methods, Parameters etc.) must be provided by your Client! Below the different options for making rest API in…

That is All