The services browser shows two differences from the actual result object which I am getting in Flash. For the node.load and views.getView services, the 'uid' property is coming through as 'userid', and the 'path' property is not there at all.

Comments

nosro’s picture

Ah, I see where and why the uid/userid conversion is happening - a Flex naming conflict. It is commented in the services.module.

nosro’s picture

I've figured out that the 'path' property is null only when I test the service from Flash locally on my computer. All the other values come through just fine when testing locally. When I post the Flash file on the server the 'path' property has the proper value.

nosro’s picture

I have narrowed down the problem. The node path is only available via services if the access control for the current user is set to allow 'administer url aliases'.

nosro’s picture

Status: Active » Closed (fixed)

I'm closing this issue - the problem lies in the path module, see issues http://drupal.org/node/66642 and http://drupal.org/node/87223