Chandana Napagoda
Chandana Napagoda
I'm using: ``` import org.wso2.carbon.registry.app.RemoteRegistry; RemoteRegistry remoteRegistry = new RemoteRegistry("https://localhost:9443/registry", "admin", "admin"); String res = remoteRegistry.put("/home", remoteRegistry.newCollection()); System.out.println(res); ``` The result I get is: `/atom/home` However, I expected to get:...
**Description:** Endpoint Handler should be Unit Testable **Suggested Labels:** **Suggested Assignees:** @daneshk **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:**