Hi guys this is really interesting. I'm using elastic search and the
response is pure json over http but openbd parses it as a complete
java.io.ByteArrayOutputStream. I have to do toString() to see the json
response. Is that right?
<cffunction name='deleteIndexChingame' access='remote'
returnformat='plain'>
<cfhttp method='delete' url='http://localhost:9200/chingame/'
result='httpRequest' timeout='20'></cfhttp>
<cfscript>
writeDump(httpRequest.fileContent.toString());
</cfscript>
</cffunction>
--
online documentation: http://openbd.org/manual/
google+ hints/tips: https://plus.google.com/115990347459711259462
http://groups.google.com/group/openbd?hl=en