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

Hello Andrew, I am having an issue when sending soap headers. Can you explain more about the way you want to handle headers.

I need to post an items array to my WS: array( "name" => "field_name", "value" => "value_of_field_to_save" ), But I don't know how to achieve it with angular-soap (Its working...

Hi , How can I send header elements in the soap request call using this model. I need to send these parameters in my soap call Authorization, SOAPAction:"urn:processDocument", "Content-Type": 'application/x-www-form-urlencoded'

Hi, I am trying to access list of busstops from this address http://st.atb.no/infotransit/userservices.asmx?WSDL this needs authentication to access. I follwed the "Example 5: Set Connection Credentials" procedure and still no...

bug

@andrewmcgivery Hi! I am using this solution and it is working pretty fine. I only have an issue and it is retrieving what the web service ends up sending as...

Help! Running the code against my web service i have encountered several issues now: 1) The end point differs from the WDSL URL and does not seem to be picked...

Parsing xml with multile child with same name now result in array

Suppose you have an xml in this form: ``` 1 2 3 ``` but in the wsdl elements is not declared as an array but as an object. The code...

Except for these files, do we need to include any other library or files in our ionic project?

@andrewmcgivery right. So one thing I have discovered is that when returning a singular the soapclient puts the result inside the data.item property and when returning an array it's an...

enhancement