PHP SOAP Error - Couldn't find <definitions>
问题 Bit of a curly one I can't work out (I've not used SOAP an awful lot). I have a WDSL web service I need to consume: https://gist.github.com/aleayr/0dc4f26b0b9dd6ba7dae But PHP is throwing a Fatal error when trying to consume it, saying 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 I note the actual XML tag has a wdsl namespace in front of it, is there any way to get PHP to recognise this?