StackOverflow 文档 PHP 教程 SOAP 客户端 非 WSDL 模式 非 WSDL 模式 Created: November-22, 2018 这类似于 WSDL 模式,除了我们将 NULL 作为 WSDL 文件传递并确保设置 location 和 uri 选项。 $soap = new SoapClient(NULL, [ 'location' => 'https://example.com/soap/endpoint', 'uri' => 'namespace' ]); ClassmapsWSDL 模式