<?xml version="1.0"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/1999/XMLSchema">
    <SOAP-ENV:Body>
        <w:GetCityWeatherReport
            xmlns:w="http://www.cityportal.com">
            <w:CityName type="xsd:string">Karachi</w:CityName>
        </w:GetCityWeatherReport>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>