$soap = new SoapClient("******.asmx?WSDL");
$soap = $soap->__getFunctions(); // kullanabileceğiniz fonksiyonları listeler
$soap =$soap->__getTypes(); // kullanabileceğiniz veri tiplerini listelerdaha fazla bilgi
http://www.php.net/manual/tr/book.soap.php
Bunları denedim Soap 1.2 kullanılıyor ve aldıgım hata
The SOAP action specified on the message, '', does not match the HTTP SOAP Action, 'http://tempuri.org/IEWebService/GetHospitals'.
İlgilenmek isterseniz link atayım hocam.