|
Prev: binary error / cfindex
Next: Old Pages Giving Errors
From: logic8 on 15 Apr 2008 10:43 Thanks so much for your quick responses!! Using that CFHTTP example - I am now getting the expected response. Cheers.
From: Dan Bracuk on 15 Apr 2008 13:01
[q][i]Originally posted by: [b][b]logic8[/b][/b][/i] Whether I type http://example.com/core.php or http://example.com/core.php?wsdl - I get the following: <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> ? <SOAP-ENV:Body> ? <SOAP-ENV:Fault> <faultcode xsi:type="xsd:string">Client</faultcode> <faultactor xsi:type="xsd:string"/> <faultstring xsi:type="xsd:string">method '' not defined in service</faultstring> <detail xsi:type="xsd:string"/> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> If I try using cfinvoke I get a "Unable to read WSDL from URL" 500 internal server error. BTW this is my first day learn CF ;) Thanks[/q] Never too early to start good habits, such as reading your error messages. What do you think this means? <faultstring xsi:type="xsd:string">method '' not defined in service</faultstring> |