SOAP Call

How would I take the below and do a SOAP Call?
print($client->CdvEFT(?Test?,?EBU1?,?hello?,?223226?,?03000015318?))

Thanks

Larry

Since soap is a sync procedure (you do the call and expect an answer) you can simply use the standard php methods for that. I.e. http://php.net/manual/en/soapclient.soapcall.php