Mam takie wywołanie metody
$client = new \Zend\Soap\Client("http://192.168.0.1/handler.ashx?WSDL"); $result = $client->GetExpectedCustomerID();
otrzymuje :
Function ("GetExpectedCustomerID") is not a valid method for this service
ta metoda jest na 100% , nawet gdy dam:
$result = $client->getFunctions();
dostaje tablice z metodami i ta metoda tam jest.... Co moge zrobic z tym ?