1<?xml version="1.0" encoding="UTF-8"?>
2<SOAP-ENV:Envelope
3  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
4  SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
5  <SOAP-ENV:Body>
6    <m:BabelFish xmlns:m="urn:xmethodsBabelFish">
7      <translationmode>en_fr</translationmode>
8      <sourcedata>
9
10        SOAP is quite easy with JSP &amp; dom4j!
11
12      </sourcedata>
13    </m:BabelFish>
14  </SOAP-ENV:Body>
15</SOAP-ENV:Envelope>
16