You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

What is SDC Context Builder?

POMBA Architecture#SDCContextBuilder

Configuration

Configuration of the SDC Context Builder is done via config/application.properties (TODO: to be updated when SDC Context Builder can be installed by OOM)

SDC Connection
 #Application properties
 sdcConnect.username=<username for connecting to SDC>
 sdcConnect.password=<password for connecting to SDC>
 sdcConnect.consumerID=<consumer ID for connecting to SDC>
 sdcConnect.sdcAddress=<IP address and port for connecting to SDC>
Provide basic authorization
  # HTTP Basic Authorization credentials for Rest Service API
  http.userId=<username for basic authorization>
  http.password=<password for basic authorization>

Error Code

Error CodeDescriptionResolution
400missing AppId from the headerProvide AppId in the header and re-send the request
401missing basic auth from the headerProvide basic authorization in the header and re-send the request





  • No labels