By following the below steps you will be able to setup DFS and consume it.
Download
Please download emc-dfs-sdk-****.zip and emc-dfs.war
Application Deployment
- UnJar emc-dfs.war and change the dfc.properties in the WEB-INF/classes
- Make emc-dfs.war
- Deploy the emc-dfs.war in the Tomcat or any application server
- All the WDSL detail will be available in the URL
http://<HOSTNAME>:<PORTNUMBER>/emc-dfs/services/core/ObjectService
Client Development
- The Java client is available in the path “emc-dfs-sdk-***samplesDfsJavaSamples”
- The DotNet client is available in the path “emc-dfs-sdk-***samplesDfsDotNetSamples”
Java Client
- Please use code in both src and test folder to consume the service.
- Change the Repository Name, User Name and password in the DFSTestCase.java
- Add dfs-client.xml to the class path and change the Hostname, Port number and Context root in the XML
- Run the testcases to test the services