Ifd:StepByStepGuide
From dev.ifd-library.org
The following is a list of step by step guides for typical scenarios using the IFD WSDL API.
You need a user name in order to use the API. Here is information about how to get one.
Common for all functions adding information to the IFD library: Functions that add information to IFD will only add one step at the time. E.g. adding a concept will only add the concept itself an not any names might send inn. Adding names is done in a seperate call. The API will only set attributes that belongs to the object itself.
Common for all functions getting information from the IFD library: Functions that returns information from the library will fill in information on all levels. E.g. getConcept will return attributes not only for the concept itself but also its names, descriptions, and the languages used for the names etc.
[edit]
Step by Step guides
- Creating a concept and adding names and descriptions to it
- Changing or updating names or descriptions
- Setting a preference for names or descriptions
- Creating a context for use with relationship
- Adding users or other owners to a context
- Removing users from a context
- Creating a relationship between concepts
- Creating a Language
[edit]
Using Ifd with Ifc
- For examples of how to use Ifd with Ifc look here.
[edit]
Other examples
User and developers forum - Use the forum for any questions and feedback you might have, and to post you own examples of implementations.