Skip to content

Commit

Permalink
add optional targetNamespace to output message name (#1176)
Browse files Browse the repository at this point in the history
* add optional targetNamespace to output message name

* add test cases

* add optional output for non stylised wsdl
  • Loading branch information
Benomi committed Jan 5, 2022
1 parent 46ff077 commit fd3bdb5
Show file tree
Hide file tree
Showing 8 changed files with 4,992 additions and 126 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Expand Up @@ -8,16 +8,14 @@ This module lets you connect to web services using SOAP. It also provides a ser
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Features:](#features)
- [Install](#install)
- [Why can't I file an issue?](#why-cant-i-file-an-issue)
- [Where can I find help?](#where-can-i-find-help)
- [Support](#support)
- [Module](#module)
- [soap.createClient(url[, options], callback) - create a new SOAP client from a WSDL url. Also supports a local filesystem path.](#soapcreateclienturl-options-callback---create-a-new-soap-client-from-a-wsdl-url-also-supports-a-local-filesystem-path)
- [soap.createClientAsync(url[, options]) - create a new SOAP client from a WSDL url. Also supports a local filesystem path.](#soapcreateclientasyncurl-options---create-a-new-soap-client-from-a-wsdl-url-also-supports-a-local-filesystem-path)
- [soap.listen(*server*, *path*, *services*, *wsdl*, *callback*) - create a new SOAP server that listens on *path* and provides *services*.](#soaplistenserver-path-services-wsdl-callback---create-a-new-soap-server-that-listens-on-path-and-provides-services)
- [Options](#options)
- [soap.listen(*server*, *options*) - create a new SOAP server that listens on *path* and provides *services*.](#soaplistenserver-options---create-a-new-soap-server-that-listens-on-path-and-provides-services)
- [Server Logging](#server-logging)
- [Server Events](#server-events)
- [Server Response on one-way calls](#server-response-on-one-way-calls)
Expand Down

0 comments on commit fd3bdb5

Please sign in to comment.