What is the SOAP API?
SourceForge exposes a subset of the APIs defined by the application server as web services, through the SOAP protocol. You can dowload the SOAP API from OCN using the following link (see the link 1).
How do I resolve timeouts when calling web services?
This is due to the requested operation taking longer then your client SOAP stack is configured to wait before throwing a timeout. You will need to reference your client documentation to see how to update the timeout properties of the connection.
How can I troubleshoot/diagnose Firefox browser issues?
Support issues sometimes indicate, or lead to the consideration of, browser issues. Follow the link below to troubleshoot and diagnose issues with Mozilla's Firefox browser.
How do I enable/disable Path Bathed Permissions via SOAP?
The Path Based Permissions (PBP) are handled via the *roleList, *Cluster methods of rbacAppSoap. To enable PBP, use the "scm_fgp" (fine grained permissions) argument to addCluster. See the below psudeocode.