From e61aa55d481f7d82ef13d122c2fe51ebee2f3104 Mon Sep 17 00:00:00 2001 From: Alan Hoskins Date: Fri, 14 May 2021 12:36:30 -0400 Subject: [PATCH] Remove duplicate paragraph and example code in Readme. (#1140) The deleted code was written twice. --- Readme.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Readme.md b/Readme.md index 86f092a9a..986c9a07b 100644 --- a/Readme.md +++ b/Readme.md @@ -1322,17 +1322,6 @@ namespace prefix is used to identify this Element. This is not much of a problem ``` This would override the default `ignoredNamespaces` of the `WSDL` processor to `['namespaceToIgnore', 'someOtherNamespace']`. (This shouldn't be necessary, anyways). - If you want to override the default ignored namespaces you would simply pass the following `ignoredNamespaces` object within the `options`: - ``` - var options = { - ignoredNamespaces: { - namespaces: ['namespaceToIgnore', 'someOtherNamespace'], - override: true - } - } - ``` - This would override the default `ignoredNamespaces` of the `WSDL` processor to `['namespaceToIgnore', 'someOtherNamespace']`. (This shouldn't be necessary, anyways). - ## Handling "ignoreBaseNameSpaces" attribute If an Element in a `schema` definition depends has a basenamespace defined but the request does not need that value, for example you have a "sentJob" with basenamespace "v20" but the request need only: set in the tree structure, you need to set the ignoreBaseNameSpaces to true. This is set because in a lot of workaround the wsdl structure is not correctly