How to get fault string message in SOAP XML with PHP and Laravel

后端 未结 0 1014
没有蜡笔的小新
没有蜡笔的小新 2021-01-28 09:13

I have successfully sent a SOAP request to the server using curl. This is my code.

$url = $soapUrl;

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题