Problems connecting to php web service
Hello
I am pretty raw when it comes to using web services. I am facing a bit of a problem.
I have been given a url to a web service. http://41.208.61.35/legacyfallback/ws/legacyLifeWS.php?wsdl
I am trying to connect using cfinvoke:
<cfinvoke webservice="http://41.208.61.35/legacyfallback/ws/legacyLifeWS.php?wsdl" method="test" returnVariable="result"> </cfinvoke>
<cfoutput>#result.test#</cfoutput>
I keep getting the following error:
Cannot generate stub objects for web service invocation.
Name: http://41.208.61.35/legacyfallback/ws/legacyLifeWS.php?wsdl. WSDL: http://41.208.61.35/legacyfallback/ws/legacyLifeWS.php?wsdl. java.io.IOException: Type {http://www.w3.org/2001/XMLSchema}char is referenced but not defined. It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL document cannot be retrieved or is dynamically generated, it is likely that the target web service has programming errors.
Please can someone assist me in getting around this.
Have a look at the service url if you need to.
Ive been at it all day and im ready to pull my hair out!
Thanks in advance
