Non-WSDL Mode

suggest change

This is similar to WSDL mode, except we pass NULL as the WSDL file and make sure to set the location and uri options.

$soap = new SoapClient(NULL, [
    'location' => 'https://example.com/soap/endpoint',
    'uri' => 'namespace'
]);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents