Skip to content

Commit

Permalink
Update Readme.md, remove formatting in code (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
strathausen authored and herom committed Jun 21, 2018
1 parent a8d7388 commit fa96454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This client has a built in WSDL cache. You can use the `disableCache` option to
The `options` argument allows you to customize the client with the following properties:

- endpoint: to override the SOAP service's host specified in the `.wsdl` file.
- envelopeKey: to set specific key instead of `<pre><<b>soap</b>:Body></<b>soap</b>:Body></pre>`.
- envelopeKey: to set specific key instead of `<pre><soap:Body></soap:Body></pre>`.
- preserveWhitespace: to preserve leading and trailing whitespace characters in text and cdata.
- escapeXML: escape special XML characters in SOAP message (e.g. `&`, `>`, `<` etc), default: `true`.
- suppressStack: suppress the full stack trace for error messages.
Expand Down

0 comments on commit fa96454

Please sign in to comment.