5

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

wddxpacket

I tried to turn off the debugging output like this:

<cfsetting showDebugOutput="no">

But it didn't work.

James A Mohler
  • 11,060
  • 15
  • 46
  • 72
Adil Malik
  • 6,279
  • 7
  • 48
  • 77

1 Answers1

11

set returnformat to plain or json in the remote <cffunction>

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

Henry
  • 32,689
  • 19
  • 120
  • 221