elixir-soap / soap

SOAP client for Elixir programming language
MIT License
135 stars 75 forks source link

Newline is getting removed #118

Open mlankenau opened 4 months ago

mlankenau commented 4 months ago

I am struggling with soap removing new-line characters in strings. From my soap experience (which is probably outdated) there is nothing wrong in sending newlines in text elements.

I created a fork 2trde/soap where I removed the removal of newlines, but I kept the tabs. If there is interest I could go and fix the unit-tests and PR.