
| <soap:body> <GetWeatherInformation> </GetWeatherInformation> </soap:body> | GetWeatherInformation | <soap:body> <GetWeatherInformationResponse> </GetWeatherInformationResponse> </soap:body> |
| soapAction = http://ws.cdyne.com/WeatherWS/GetWeatherInformation | ||
| <soap:body> <GetCityForecastByZIP> </GetCityForecastByZIP> </soap:body> | GetCityForecastByZIP | <soap:body> <GetCityForecastByZIPResponse> </GetCityForecastByZIPResponse> </soap:body> |
| soapAction = http://ws.cdyne.com/WeatherWS/GetCityForecastByZIP | ||
| <soap:body> <GetCityWeatherByZIP> </GetCityWeatherByZIP> </soap:body> | GetCityWeatherByZIP | <soap:body> <GetCityWeatherByZIPResponse> </GetCityWeatherByZIPResponse> </soap:body> |
| soapAction = http://ws.cdyne.com/WeatherWS/GetCityWeatherByZIP | ||