>> I think in fact is possible to hardcode separator, since anyway we >> use it the internet, were we know nothing about other part we >> communicate to (either server or client).
That should certainly be true because for both SMTP and HTTP the header line separator is platform-independent (CRLF pair). For all the XML payloads, they'll be consumed by an XML parser which will treat all the perumations (CRLF, CR, LF, LFCR) the same: ignorable whitespace. The one place to be cautious is probably handled by mailapi outside of SOAP. The line ending surrounding the MIME boundaries (in the multipart messages containing SOAP attachments) should be CRLF to make sure there isn't an off-by-one error during the receiver parse. -- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>