I am new to angularjs. My requirement is to make non http calls on rest web services using angularjs. Is it possible using angularjs.
If yes than what will be Request and Response objects.Like as XMLHTTPRequest and XMLHTTPResponse.
I am new to angularjs. My requirement is to make non http calls on rest web services using angularjs. Is it possible using angularjs.
If yes than what will be Request and Response objects.Like as XMLHTTPRequest and XMLHTTPResponse.
I could not find an example of non-HTTP REST protocol supported by Angular.js
In case you are looking for a non - (HTTP-REST) protocol such as SOAP, you can find more information here
Providing information about the required protocol will help others to find a proper answer.