Merhaba
php programlama dili için webservice için php proxy sınıf oluşturmak için herhangi bir araç var mı?
Web hizmetleri. Net olarak geliştirilmiştir.
Teşekkür
NRK
Belki bu gerekenler:
The Zend_Soap_Client class simplifies SOAP client development for PHP programmers.
It may be used in WSDL or non-WSDL mode.
Under the WSDL mode, the Zend_Soap_Client component uses a WSDL document to define transport layer options.
Örnek kod:
$client = new Zend_Soap_Client("MyService.wsdl");
$result1 = $client->method1(10);