Skip to content

Commit

Permalink
Remove duplicate paragraph and example code in Readme. (#1140)
Browse files Browse the repository at this point in the history
The deleted code was written twice.
  • Loading branch information
alanhoskins committed May 14, 2021
1 parent bf3b07d commit e61aa55
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Readme.md
Expand Up @@ -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: <sendJob> 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
Expand Down

0 comments on commit e61aa55

Please sign in to comment.