WS API

photo of turned on laptop computer

How to make WebSocket API with Amazon API Gateway

Reading Time: 4 minutes We’ll learn how to make Websocket API with API Gateway in this blog. Let’s start with a quick overview of APIs. What is an API? API stands for Application Programming Interface, and it is a software intermediary that allows two applications to communicate with one another. What is a WebSocket API? In API Gateway, a WebSocket API is a set of WebSocket routes that are Continue Reading

Soa Testing and SoapUI

Reading Time: < 1 minute This presentation explaning the SOA Testing. What is SOA, Comparing between REST AND SOAP, TOOLS for SOA Testing, SOAP UI Architecture.   Watch the video and enjoy live tutorial : Thank You.  

Getting Longitude & Latitude for a address using Play Framework 2.1 WS API

Reading Time: 2 minutes This blog post serves the two purposes : First , We’ll learn about getting the latitude & longitude for an address using Google Geocoding API. Second , We’ll do the same as mentioned above using Play 2.1 WS API & learn about how to call the web services in Play 2.1. On order to call the other HTTP services within Play 2.1 we use play.api.libs.ws.WS Continue Reading