angular-soap icon indicating copy to clipboard operation
angular-soap copied to clipboard

An angular port of a Javascript SOAP Client into a factory that has a similar syntax to $http.

Results 33 angular-soap issues
Sort by recently updated
recently updated
newest added

Hi, My factory: angular.module('apps').factory('test_factory', ['$soap',function($soap){ var url = "abcdef.gh"; // invalid url to test for a case that server is broken. var act = "something"; var parms = {"a":"b"}; return{...

I am working with the [SharePoint 2010 Copy Web service](https://msdn.microsoft.com/en-us/library/websvcCopy.Copy%28v=office.14%29.aspx), specifically with a "POST" to the "CopyIntoItemsLocalResponse" method (but I suspect the rest behave the same way). There are a...

Besides the "then" as I can get the way when the connection fails?