Zend SOAP Client

Php code posted
created at 18 Jul 17:06

Edit | Back
1
2
3
4
$client = new Zend_Soap_Client(null, array(
    'location' => 'http://www.test.com/soap',
    'uri' => 'http://test-uri/',
));
129 Bytes in 2 ms with coderay