
-
    request:
        method: POST
        url: 'http://wsf.cdyne.com/WeatherWS/Weather.asmx'
        headers:
            host: wsf.cdyne.com
            content-type: 'application/soap+xml; charset=utf-8; action="http://ws.cdyne.com/WeatherWS/GetCityWeatherByZIP"'
            content-length: 260
        body: null
    response:
        status: 200
        headers:
            Cache-Control: no-cache
            Pragma: no-cache
            Content-Type: 'application/soap+xml; charset=utf-8'
            Expires: '-1'
            Server: Microsoft-IIS/7.5
            X-AspNet-Version: 2.0.50727
            X-Powered-By: ASP.NET
            Date: 'Sat, 12 Oct 2013 19:40:38 GMT'
            Content-Length: '763'
        body: '<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetCityWeatherByZIPResponse xmlns="http://ws.cdyne.com/WeatherWS/"><GetCityWeatherByZIPResult><Success>true</Success><ResponseText>City Found</ResponseText><State>NY</State><City>New York</City><WeatherStationCity>White Plains</WeatherStationCity><WeatherID>3</WeatherID><Description>Mostly Cloudy</Description><Temperature>1337</Temperature><RelativeHumidity>75</RelativeHumidity><Wind>NE7</Wind><Pressure>30.12F</Pressure><Visibility /><WindChill /><Remarks /></GetCityWeatherByZIPResult></GetCityWeatherByZIPResponse></soap:Body></soap:Envelope>'
