What is D2FS and what is the significance of D2FS? Can you give few examples?
What is D2FS and what is the significance of D2FS? Can you give few examples?
The D2FS API is exposed from the D2 web application as a set of SOAP services. The D2 SDK package contains the sample Java classes that use the Java stub libraries to invoke and modify the D2 processes and data. We can generate Java Stub Libraries to Call D2FS Using SOAP. The D2 SDK package comes with quite a few example java classes, if I recollect there are:
- CheckinContentExample which Demonstrates how to use getCheckinUrls() to Check out content, Request a checkin URL.
- DestroyExample Demonstrates how to destroy content, and
- ImportAndUploadDocumentExample – this tells how to use createproperties() to import and upload content.
To name a few.
Comments
Post a Comment