[PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Simon Detheridge
I'm trying to get PHP5 to talk to a web service that I am developing. I have created a wsdl for the service (http://www.symgate.com/symgate/symgate.wsdl) and am trying to get PHP to parse it. (The wsdl validates in a number of tools I've pointed at it, including mindreef soapscope and the

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Jochem Maas
Simon Detheridge wrote: I'm trying to get PHP5 to talk to a web service that I am developing. I have created a wsdl for the service (http://www.symgate.com/symgate/symgate.wsdl) and am trying to get PHP to parse it. (The wsdl validates in a number of tools I've pointed at it, including

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Simon Detheridge
Thanks for your response. Quoting Jochem Maas [EMAIL PROTECTED]: Simon Detheridge wrote: I'm trying to get PHP5 to talk to a web service that I am developing. is php choking on the comment?: !--xsd:include schemaLocation=cml.xsd /-- I've removed the comments from the file. No luck. or

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Jochem Maas
another guess: does the php soap extension maybe think that 'complexType' (all of them) needs a name attrib? (try giving them bogus names?) Simon Detheridge wrote: Thanks for your response. Quoting Jochem Maas [EMAIL PROTECTED]: Simon Detheridge wrote: I'm trying to get PHP5 to talk to a

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread David Grant
Simon, It would appear you've not included the full message. Please look at the source of the message in your web browser. The space between unexpected and in complexType probably contains an XML tag. David Simon Detheridge wrote: I'm trying to get PHP5 to talk to a web service that I am