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

I want to call a WSDL Located at: http://xxxx:8095/xxx/xxx/certificate?wsdl But i am getting error on the console `GET http://xxxx:8095/xxx/xxx/certificate?wsdl net::ERR_NAME_NOT_RESOLVED ` The WSDL URL is working perfectly in POSTMAN/SOAPUI.

**1:This code fixes the problem of null parameters** ``` var sr = "" + "" + "" + "" + parameters.toXml() + ""; ``` **2:received ws-i bp non-conformant unquoted soapaction...

Please could you add a license to this repository? [From here](https://help.github.com/articles/open-source-licensing/): > Generally speaking, the absence of a license means that the default copyright laws apply. This means that you...

Add a parameter where you can set the timeout of the request

When set the header `Authorization` (line [252](https://github.com/andrewmcgivery/angular-soap/blob/3.0/soapclient.js#L252)) the SOAPClient returns `TypeError: document is null` on [soapclient.js:423:5](https://github.com/andrewmcgivery/angular-soap/blob/3.0/soapclient.js#L423). PS: I changed the `SOAPClient.userName` by `SOAPClient.username` on the lines [249](https://github.com/andrewmcgivery/angular-soap/blob/3.0/soapclient.js#L249) and [252](https://github.com/andrewmcgivery/angular-soap/blob/3.0/soapclient.js#L252) because...

He, I am attempting some cross-site SOAP services. The services work fine. I've been using them for years. The back-end is Java/Tomcat-8.0.9. I have spent many hours and I keep...

question

When I try to make a Soap call the console tells me that the wsdl is null. How can I fix that? `TypeError: wsdl is null soapclient.js:165:6` Code in controller:...

It is giving this error and not know it can be Uncaught TypeError: Cannot read property 'constructor' of null soapCallback @ angular.soap.js:16 SOAPClient._onSendSoapRequest @ soapclient.js:214 xmlHttp.onreadystatechange @ soapclient.js:187

Angularjs SOAP is supppose to send the request xml in this format ` 10 xxxx xxxx ` But it is rather sending it in this format xxxx xxxx 10 I...

Andrew does the module support NTLM authentication ? I can't seem to get it working. I get 401 every time.