What is the default behavior of REST web services - synchronous or asynchronous?
If it's synchronous then can we create asynchronous?
"Synchronous" or "Asynchronous" is the behaviour of the client that is requesting the resource. It has nothing to do with REST webservice, its structure, or the supporting server.
Synchronous behaviour:
Asychronous behaviour: