Skip to content

Setup/Install and Consumer DFS

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

  1. UnJar emc-dfs.war and change the dfc.properties in the WEB-INF/classes
  2. Make emc-dfs.war
  3. Deploy the emc-dfs.war in the Tomcat or any application server
  4. All the WDSL detail will be available in the URL

http://<HOSTNAME>:<PORTNUMBER>/emc-dfs/services/core/ObjectService

Client Development

  1. The Java client is available in the path “emc-dfs-sdk-***samplesDfsJavaSamples”
  2. The DotNet client is available in the path “emc-dfs-sdk-***samplesDfsDotNetSamples”

Java Client

  1. Please use code in both src and test folder to consume the service.
  2. Change the Repository Name, User Name and password in the DFSTestCase.java
  3. Add dfs-client.xml to the class path and change the Hostname, Port number and Context root in the XML
  4. Run the testcases to test the services
Published inMISC