<html>
<body>
    <p>
        <h3>WeatherService</h3>
        This weather update service provides weather reports of all major cities of the world.
    </p>
    <table>
        <form action="http://www.cityportal.com/webserviceuserinterfcae/weatherservice.asp">
            <tr>
                <td>
                    <b>Operation:</b>
                </td>
                <td>GetCityWeatherReport</td>
            </tr> 
            <tr>
                <td>
                    <b>Description:</b>
                </td> 
                <td>
                    Provide the name of a city and this method will return the most recent weather report of that city.
                </td>
            </tr>
            <tr>
                <td>
                      <b>City Name:</b>
                </td>
                <td><input type="text" name="CityName"/></td>
            </tr>
            <tr>
                <td> </td>
                <td> <input type="submit" value="Submit" /> </td>
            </tr>
        </form>
    </table>
</body>
</html>