logo
  • 教程列表
  • SO官方文檔
  • SOAP 客戶端
    • WSDL 模式
    • 非 WSDL 模式
    • Classmaps
    • 跟蹤 SOAP 請求和響應
  1. StackOverflow 文件
  2. PHP 教程
  3. SOAP 客戶端
  4. 非 WSDL 模式

非 WSDL 模式

Created: November-22, 2018

這類似於 WSDL 模式,除了我們將 NULL 作為 WSDL 檔案傳遞並確保設定 location 和 uri 選項。

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

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明