I am sending messages to a flex program via a CFC reading
messages off of a socket (gateway is called asocket - the flex
gateway is ows35_example4 via LCDM).
The messages are getting to the flex program but errors are
showing up in cfserver.log, eventgateway.log and exception.log that
says:
Error invoking CFC for gateway asocket: Unable to locate the
body entry in the outgoing message structure..
once for each message that is sent. The enclosed code shows
the CFC running the asocket gateway - which definitely has a "body"
entry.
How do I stop this error ? Is there something wrong with the
CFC ?
Using Coldfusion 8.0.0.1786276
-thank you