我可以解决一个卷曲的问题(我没有使用过多的SOAP)。
我需要使用WDSL Web服务: https://gist.github.com/aleayr/0dc4f26b0b9dd6ba7dae
但是,当尝试使用它时,PHP会抛出致命错误,并说
PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't find <definitions> in 'http://path/to/ServiceManager.svc?wsdl' in C:\path\to\submit.php on line 37
我注意到实际的XML标签前面有一个wdsl命名空间,有没有办法让PHP识别它?