-2

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.

Omar
  • 32,302
  • 9
  • 69
  • 112
Deepak Agrawal
  • 1,301
  • 5
  • 19
  • 43

1 Answers1

0

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.

Community
  • 1
  • 1
Erik
  • 191
  • 5
  • 1
    Regarding REST and HTTP, I just found a related answer [here](http://stackoverflow.com/questions/7428163/other-rest-implementations-than-http) regarding REST and HTTP. There seems to be at least one REST implementation called [Waka](http://en.wikipedia.org/wiki/Waka_%28protocol%29) that is not using HTTP. – Erik Aug 26 '14 at 16:45