You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module lets you connect to web services using SOAP. It also provides a server that allows you to run your own SOAP services.
@@ -18,6 +19,15 @@ Install with [npm](http://github.com/isaacs/npm):
18
19
```
19
20
npm install soap
20
21
```
22
+
23
+
## Where can I file an issue?
24
+
25
+
We've disabled issues in the repository and are now solely reviewing pull requests. The reasons why we disabled issues can be found here [#731](https://github.com/vpulim/node-soap/pull/731).
26
+
27
+
If you're in need of support we encourage you to join us and other `node-soap` users on gitter:
28
+
29
+
[![Gitter chat][gitter-image]][gitter-url]
30
+
21
31
## Module
22
32
23
33
### soap.createClient(url[, options], callback) - create a new SOAP client from a WSDL url. Also supports a local filesystem path.
0 commit comments