loopbackio / strong-soap

SOAP driver for Node.js (A complete rewrite of node-soap)
Other
390 stars 159 forks source link

Allow for disabling pretty formatting in server response #766

Closed natanbcpc closed 1 month ago

natanbcpc commented 2 months ago

Description

Currently, pretty formatting is enforced on the server response (https://github.com/loopbackio/strong-soap/blob/master/src/server.js#L328). I need to set this to false, but it seems like there's no way to do it.

This should be configurable within the server options (defaulting to true to keep the current behavior).

natanbcpc commented 1 month ago

Issue addressed by PR #770