Strasszer Creative Commons License 2006.08.02 0 0 13
Na. asszem megvan. Ideirom, hátha vkinek még hasznára lesz.
Keresgettem a neten, és ezt találtam:
http://www.zend.com/zend/tut/tutorial-campbell.php?article=tutorial-campbell&kind=t&id=5596&open=1&anc=0&view=1#notes
Ennek az utolsó hozzászólása adta atippet:

It's a on a different thread on this site by
Author: Mohan Kulkarni
Date: 06/01/2004 00:13:

$s = new soapclient('http://localhost/xService/CustomerData.asmx?
WSDL', 'wsdl');$s->setDefaultRpcParams(true); // This fixed the
problem$parameters['id'] = 100;$soap_proxy = $s->getProxy();

$result = $soap_proxy->GetCustomer($parameters);if (!$err =
$soap_proxy->getError()){ echo 'Result: ' . $result . "n";}else{
echo 'Error: ' . $err . "n";}

Tehát proxy-t kell létrehozni, bár azt nem tudom, miért. Igy a webservice is tudja értelmezni a paramétert.
Előzmény: Strasszer (11)