Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 342 Bytes

webservices

Pure PHP SOAP server and client

Bitdeli Badge

$client = new \goetas\webservices\Client("http://example.com/test.wsdl");
$service = $client->getProxy();

$quote = $service->getQuote();