The result of a remote cfc method wrapped in wddxpacket

When I return a string from my remote method from cfc. The returned string ends in a strange wddxpacket:

wddxpacket

I tried disabling debug output as follows:

<cfsetting showDebugOutput="no">

But that did not work.

+3
source share
1 answer

set returnformatto plainor jsonon the remote control<cffunction>

see http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f5c.html

+8
source

All Articles