You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
In Sekken::Message and Sekken::EnvelopeBuilder::XmlMarkup is instantiated with margin and indent values, which are used when emitting the XML. Unfortunately some SOAP servers (case-in-point: MS Navision) is pretty finicky about the way requests are formatted, and any extraneous whitespace yields an Invalid SOAP request error.
I understand margins and indentations help emitting a cleaner output (e.g. when using operation#build); should we consider making this configurable somehow?
In
Sekken::MessageandSekken::EnvelopeBuilder::XmlMarkupis instantiated withmarginandindentvalues, which are used when emitting the XML. Unfortunately some SOAP servers (case-in-point: MS Navision) is pretty finicky about the way requests are formatted, and any extraneous whitespace yields anInvalid SOAP requesterror.I understand margins and indentations help emitting a cleaner output (e.g. when using
operation#build); should we consider making this configurable somehow?