I have a Project Workspace called DocView. If I create a folder in DocView via the Livelink web interface it will show up as a folder. If I create the exact same folder via the web services it shows up as a sub-project (this applies to top level folders only).
If I try and do a GetNodeByPath against the folder created in the web interface it does not return a node. If I do it against the one created in the web services (and shows as a sub-project in the web interface) I can successfully do a GetNodeByPath and get a node.
If I create sub-folders in the "sub-project" folder via the web interface it has no issues doing the GetNodeByPath either. The issue only seems to be with the top level folders. Thoughts?