SOA Services library is the fundamental component of each SOA service in the platform. Services offered by this library can be regarded as System services or Development services.
We have created a dummy template of the SOA services library, and it is enough to give you a good start. The primary interfacing part of this library starts with the SOA context. As the name suggests, it provides the context to an implementing service in the given SOA platform. The context enables tracing and tracking for the SOA service as well as the standard logging provider.
The following are the minimum number of classes and services provided by the SOA services library:
The most important ...