On 29 September 2011 01:33, Thomas Broyer <[email protected]> wrote:
> The first approach should be the good one. Have you checked what goes on the
> wire? Are there really no operations being sent (look for an "O" property in
> the JSON)?
> (FYI: in RF, there are operations on proxies, and invocations on services)

Sure, lots of them (user = ThingProxy, basicUser = GizmoProxy [the
level should change from 0 to 1 in basicUser]):

{
  "F":"com.company.domain.request.api.DomainRequest$Builder",
  "O":
  [
    {
      "T":"MUhstLEy3myftqjcUSbJiXK7UTM=",
      "P":
      {
        "balanceDelta":1000,
        "currentBalance":1000,
        "currencyType":
        {
          "T":"2SkAFKlbopWmIXRi$HD1bTQ3ppo=",
          "S":"Mi4w"
        },
        "comment":"Level Up to Level 1.",
        "user":
        {
          "T":"XsxUVV_IoQWMCnw5Bk9oWk4mU$g=",
          "S":"NS4w"
        }
      },
      "C":1,
      "R":"1",
      "O":"PERSIST"
    },
    {
      "T":"XsxUVV_IoQWMCnw5Bk9oWk4mU$g=",
      "V":"MS4w",
      "P":
      {
        "basicUser":
        {
          "T":"KrJKdAdDPLkbzJh$UCC4PAyD9tQ=",
          "S":"NS4w"
        },
        "friendsGroup":
        {
          "T":"dPtqVUr1qWygjnZOjOHwDI3E_6c=",
          "S":"Ni4w"
        }
      },
      "S":"NS4w",
      "O":"UPDATE"
    },
    {
      "T":"KrJKdAdDPLkbzJh$UCC4PAyD9tQ=",
      "V":"MS4w",
      "P":
      {
        "account":
        {
          "T":"Inde8rw1dKVFojfvX8WlUbtX84M=",
          "S":"NS4w"
        }
      },
      "S":"NS4w",
      "O":"UPDATE"
    },
    {
      "T":"Inde8rw1dKVFojfvX8WlUbtX84M=",
      "V":"MS4w",
      "S":"NS4w",
      "O":"UPDATE"
    },
    {
      "T":"dPtqVUr1qWygjnZOjOHwDI3E_6c=",
      "V":"MS4w",
      "P":
      {
        "groupType":
        {
          "T":"PZiZQZ4KxLWrDDpldtcde_S3dQE=",
          "S":"MS4w"
        }
      },
      "S":"Ni4w",
      "O":"UPDATE"
    },
    {
      "T":"PZiZQZ4KxLWrDDpldtcde_S3dQE=",
      "V":"MS4w",
      "S":"MS4w",
      "O":"UPDATE"
    }
  ],
  "I":
  [
    {
      "P":
      [
        {
          "T":"MUhstLEy3myftqjcUSbJiXK7UTM=",
          "R":"1",
          "C":1
        }
      ],
      "O":"xWeECnR2JMgNVkoxRJcKT3orPAE="
    }
  ]
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to