<code>SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://27.148.153.106:9090/mpserver/services/CykProcService' : Extra content at the end of the document in /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php:47 Stack trace: #0 /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php </code>
上面是報錯
<code>$client = new SoapClient("http://27.148.153.106:9090/mpserver/services/CykProcService"); print_r($client->__getFunctions()); </code>
上面是我的程式碼,下面是wsdl
<code><?xml version="1.0" encoding="UTF-8"?> <definitions targetnamespace="http://client.webservice.mpserver.ptnetwork.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://client.webservice.mpserver.ptnetwork.com" xmlns:intf="http://client.webservice.mpserver.ptnetwork.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!--WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT)--> <message name="doProcResponse"> <part name="doProcReturn" type="xsd:int"></part> </message> <message name="doProcRequest"> <part name="seq" type="xsd:string"></part> <part name="userId" type="xsd:string"></part> <part name="type" type="xsd:int"></part> <part name="sign" type="xsd:string"></part> </message> <porttype name="CykProcService"> <operation name="doProc" parameterorder="seq userId type sign"> <input message="impl:doProcRequest" name="doProcRequest"> <output message="impl:doProcResponse" name="doProcResponse"></output> </operation> </porttype> <binding name="CykProcServiceSoapBinding" type="impl:CykProcService"> <binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"></binding> <operation name="doProc"> <operation soapaction=""></operation> <input name="doProcRequest"> <output name="doProcResponse"> <body encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://client.webservice.mpserver.ptnetwork.com" use="encoded"></body> </output> </operation> </binding> <service name="CykProcServiceService"> <port binding="impl:CykProcServiceSoapBinding" name="CykProcService"> <address location="http://27.148.153.106:9090/mpserver/services/CykProcService"></address> </port> </service> </definitions> </code>
上回有一次呼叫他們的http接口,也是設定了header才可以(程式碼見下方),不知道這個soap怎麼設定
<code>$ch = curl_init(); curl_setopt ( $ch, CURLOPT_HTTPHEADER, array (//不知道为什么一定要这个他们才能接收到post数据 'content-type: text/html' ));</code>
回覆內容:
<code>SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://27.148.153.106:9090/mpserver/services/CykProcService' : Extra content at the end of the document in /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php:47 Stack trace: #0 /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php </code>
上面是報錯
<code>$client = new SoapClient("http://27.148.153.106:9090/mpserver/services/CykProcService"); print_r($client->__getFunctions()); </code>
上面是我的程式碼,下面是wsdl
<code><?xml version="1.0" encoding="UTF-8"?> <definitions targetnamespace="http://client.webservice.mpserver.ptnetwork.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://client.webservice.mpserver.ptnetwork.com" xmlns:intf="http://client.webservice.mpserver.ptnetwork.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!--WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT)--> <message name="doProcResponse"> <part name="doProcReturn" type="xsd:int"></part> </message> <message name="doProcRequest"> <part name="seq" type="xsd:string"></part> <part name="userId" type="xsd:string"></part> <part name="type" type="xsd:int"></part> <part name="sign" type="xsd:string"></part> </message> <porttype name="CykProcService"> <operation name="doProc" parameterorder="seq userId type sign"> <input message="impl:doProcRequest" name="doProcRequest"> <output message="impl:doProcResponse" name="doProcResponse"></output> </operation> </porttype> <binding name="CykProcServiceSoapBinding" type="impl:CykProcService"> <binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"></binding> <operation name="doProc"> <operation soapaction=""></operation> <input name="doProcRequest"> <output name="doProcResponse"> <body encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://client.webservice.mpserver.ptnetwork.com" use="encoded"></body> </output> </operation> </binding> <service name="CykProcServiceService"> <port binding="impl:CykProcServiceSoapBinding" name="CykProcService"> <address location="http://27.148.153.106:9090/mpserver/services/CykProcService"></address> </port> </service> </definitions> </code>
上回有一次呼叫他們的http接口,也是設定了header才可以(程式碼見下方),不知道這個soap怎麼設定
<code>$ch = curl_init(); curl_setopt ( $ch, CURLOPT_HTTPHEADER, array (//不知道为什么一定要这个他们才能接收到post数据 'content-type: text/html' ));</code>

PHP和Python各有優勢,選擇應基於項目需求。 1.PHP適合web開發,語法簡單,執行效率高。 2.Python適用於數據科學和機器學習,語法簡潔,庫豐富。

PHP不是在消亡,而是在不斷適應和進化。 1)PHP從1994年起經歷多次版本迭代,適應新技術趨勢。 2)目前廣泛應用於電子商務、內容管理系統等領域。 3)PHP8引入JIT編譯器等功能,提升性能和現代化。 4)使用OPcache和遵循PSR-12標準可優化性能和代碼質量。

PHP的未來將通過適應新技術趨勢和引入創新特性來實現:1)適應云計算、容器化和微服務架構,支持Docker和Kubernetes;2)引入JIT編譯器和枚舉類型,提升性能和數據處理效率;3)持續優化性能和推廣最佳實踐。

在PHP中,trait適用於需要方法復用但不適合使用繼承的情況。 1)trait允許在類中復用方法,避免多重繼承複雜性。 2)使用trait時需注意方法衝突,可通過insteadof和as關鍵字解決。 3)應避免過度使用trait,保持其單一職責,以優化性能和提高代碼可維護性。

依賴注入容器(DIC)是一種管理和提供對象依賴關係的工具,用於PHP項目中。 DIC的主要好處包括:1.解耦,使組件獨立,代碼易維護和測試;2.靈活性,易替換或修改依賴關係;3.可測試性,方便注入mock對象進行單元測試。

SplFixedArray在PHP中是一種固定大小的數組,適用於需要高性能和低內存使用量的場景。 1)它在創建時需指定大小,避免動態調整帶來的開銷。 2)基於C語言數組,直接操作內存,訪問速度快。 3)適合大規模數據處理和內存敏感環境,但需謹慎使用,因其大小固定。

PHP通過$\_FILES變量處理文件上傳,確保安全性的方法包括:1.檢查上傳錯誤,2.驗證文件類型和大小,3.防止文件覆蓋,4.移動文件到永久存儲位置。

JavaScript中處理空值可以使用NullCoalescingOperator(??)和NullCoalescingAssignmentOperator(??=)。 1.??返回第一個非null或非undefined的操作數。 2.??=將變量賦值為右操作數的值,但前提是該變量為null或undefined。這些操作符簡化了代碼邏輯,提高了可讀性和性能。


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章

熱工具

DVWA
Damn Vulnerable Web App (DVWA) 是一個PHP/MySQL的Web應用程序,非常容易受到攻擊。它的主要目標是成為安全專業人員在合法環境中測試自己的技能和工具的輔助工具,幫助Web開發人員更好地理解保護網路應用程式的過程,並幫助教師/學生在課堂環境中教授/學習Web應用程式安全性。 DVWA的目標是透過簡單直接的介面練習一些最常見的Web漏洞,難度各不相同。請注意,該軟體中

SAP NetWeaver Server Adapter for Eclipse
將Eclipse與SAP NetWeaver應用伺服器整合。

EditPlus 中文破解版
體積小,語法高亮,不支援程式碼提示功能

Dreamweaver Mac版
視覺化網頁開發工具

禪工作室 13.0.1
強大的PHP整合開發環境