Module: SOAP
- Defined in:
- lib/etapper/soap/generator.rb
Overview
The broken SOAP server that eTapestry uses (probably SAAJ from what I can tell) chokes if the XML request contains any spaces or linebreaks between elements. So we’ll strip them all out the most direct way we can, straight from the method that produces the XML text.
Defined Under Namespace
Classes: Generator