From: logic8 on
Thanks so much for your quick responses!! Using that CFHTTP example - I am now getting the expected response.

Cheers.
From: Dan Bracuk on
[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>


First  |  Prev  | 
Pages: 1 2
Prev: binary error / cfindex
Next: Old Pages Giving Errors