XML To FastInfoset Converter Example

<?xml version="1.0"?>
 <soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope">
 <soap:Body xmlns:w="http://www.example.com/weather">
 <w:GetTemperature>
 <w:City>San Francisco</w:City>
 </w:GetTemperature>
 </soap:Body>
 </soap:Envelope>