easysoap icon indicating copy to clipboard operation
easysoap copied to clipboard

A simple to use SoapClient for Node.js

Results 11 easysoap issues
Sort by recently updated
recently updated
newest added

I update this libs to fix Attribute Redefined problem on "xmlns:SOAP-ENV". We use different style configuration on our editor, so sorry for a lot of line arrangement. Thanks.

At present, parameters with custom attributes cannot have child parameters. For cases where `_attributes` and `_value` exist, if `_value` is an object it should also recursively iterate it's children. For...

I'm trying to call a method but the data that I'm getting is `Procedure 'processCheckOut' not present` ` var params = { "host": 'bla bla', "path": '/bla bla.php', "wsdl": '/bla...

Hi Hoping this has been answered before The SOAP service we are working with uses attributes throughout the element tree. Is there an example of how to create a params...

I want to proxy my requests via socks5 protocol. Is it possible to set default options for request module? So as I see it, it should look something like this:...

Hi, I'm trying to make a call to a webservice server that requires authentication first, is there any way to send this authentication with easysoap?

Is this lib compatible with WSDL using multiple bindings? https://github.com/moszeed/wsdlrdr/blob/master/src/index.js#L492

Hi, first of all I am new to github community. I finally integrated my express server with easysoap. I found a bug inside [request.tpl](https://github.com/moszeed/easysoap/blob/master/src/request/request.tpl) file that made my soapCall respond...

Firstly, thanks for easysoap. It's a particularly useful lighter alternative to node-soap in cases where you only need a client. The soap server I'm using uses HTTPs without a valid...

Hi, I have tried to use this module, but I have an error: statusMessage: Cannot process the message because the content type \'text/xml; charset=utf-8\' was not the expected type \'application/soap+xml;...