• Re: Help with Pear Soap Client to weather service

    From Kommunikatsioonitehnoloogia valmist@21:1/5 to All on Sun Oct 30 11:08:16 2022
    Hello

    Want to listen something good ?


    https://youtu.be/HEVPKuxkWzA?list=RDMM



    Luuk kirjutas Neljapäev, 10. juuli 2014 kl 22:31:14 UTC+3:
    On 10-7-2014 13:16, mcee...@gmail.com wrote:
    Hello,

    I am trying to do a simple soap call to a weather service and I keep getting Invalid ZIP error. Can someone tell me what I am doing wrong below is my code.

    Thanks

    require_once 'SOAP/Client.php';

    $client = new Soap_Client('http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL');
    $method = 'GetCityWeatherByZIP';
    $params = array('ZIP' => '07108');
    $result = $client->call($method, $params);

    if (PEAR::isError($result)) {
    echo $result->getMessage();
    } else {
    print_r($result);
    }

    i don't get a 'Invalid ZIP error', when i copy/paste the example from: http://wiki.cdyne.com/index.php/CDYNE_Weather

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)