Building a Library

Building a Library consists of defining one or more Services, as well as Structs, Arrays, Enums, Event Sinks and Exceptions that might be needed to represent the data used by your service.

The Service Builder allows you to re-use existing libraries by importing their elements and allowing you to re-define or modify them. It also allows you to use existing libraries, extend them and re-use them.

See Also