Services (not final)

Currently the following services are available Memory / Session service be.securit.trustbuilder.util.TimedBlockingHashMap MemCached / Session service be.securit.trustbuilder.service.MemcachedService DateService be.securit.trustbuilder.service.DateService EncryptionService be.securit.trustbuilder.service.EncryptionService StoreEncryptionService be.securit.trustbuilder.service.StoreEncryptionService Radius Endpoint Service be.securit.trustbuilder.service.RadiusService Ldap Endpoint Service be.securit.trustbuilder.service.LdapService Domtai Service be.securit.trustbuilder.service.DomTai AMQProducerService: be.securit.trustbuilder.service.AMQProducerService AMQConsumerService: be.securit.trustbuilder.service.AMQConsumerService Getting direct access to a service from within the workflow can be done via the following

Workflows (not final)

Using subworkflows Since Trustbuilder 5.0 subworkflows are available. These are activity steps that call other workflows to do part of their work. Doing this allows for workflow/code reuse if some work needs to be done more than once. In order to call a subworkflow and return a result from it, you have 2 options: Use […]

Endpoint

Endpoint URL An endpoint is uniquely identified by an endpoint URL: Request Type Endpoint URL SOAP http://<host>:<port>/<context_root>/soap/<Workflow_ID> XML http://<host>:<port>/<context_root>/xml/<Workflow_ID> HTML http://<host>:<port>/<context_root>/html/<Workflow_ID> GENERIC http://<host>:<port>/<context_root>/generic/<Workflow_ID> OCSP http://<host>:<port>/<context_root>/ocsp/<Workflow_ID> The parallel requests are limited to 100 requests. All requests above this limit will drop and a 503 Server busy will be returned. Endpoint Configuration Normally the defaults are fine […]