Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Why is CONNECT throwing SAML exceptions?

blah

What are the different layers of CONNECT, and how are they used?

  • Entity - Internal endpoints used to construct NwHin requests to be sent to an external Gateway via NwHin endpoints.
  • NwHin - Endpoints that will be hit from an external gateway. This is the crossover point between the Initiating and Responding gateways. For the Initiating gateways, this will be an outbound request to another implementor. For the Responder, this will be an inbound request in which the gateway is expected to process and respond to the request by calling its Adapter.
  • Adapter - Implementor specific components which will serve as the communication layers between CONNECT and the proprietary databases,architecture, and services of the implementor. These get called by CONNECT through the NwHin layer when the gateway in question is a responder to a request.

What are all these beans defined in the proxy property files for each service?

...

( Insert your java class into the bean properties, or if its an endpointit is a webservice you want CONNECT to consume, change the endpoint to point to your service in the internalExchangeInfo)

...