I'm not using a dictionary type. I'm using a plain object
{authenticate:1,...} etc, and then encoding it to BSON using the BSON
implementation found here: https://github.com/argoncloud/ActionBSON
I know the BSON encoder works cause I'm making the getnonce call
successfully.
Its the command for authenticate that I can't get to work.
On May 27, 12:36 am, Nat <nat....@gmail.com> wrote:
$cmd.find() requires the command to be the first parameter. Are you using
dictionary type? It's an unordered map. You might need to modify it a bit to
make it perform as associative array / ordered maphttp://cookbooks.adobe.