Versions Compared

Key

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

...

A deferred service is broken down to request and response, each with it its own acknowledgement. During the deferred service request the Inbound Policy is Deny, the request is forward to the Error Adapter endpoint. Bimodal test suite, test the service in both standard and passthrough and will call the JMX in the test case to switch service mode between standard and passthrough

Bimodal tests are executed in both (Standard, PassThrough) modes and required JMX enable at the server level for SoapUI to successfully switch between Standard and PassThrough without application server restart.

  • passthrough service skip skips the policy engine adapter call.

Currently the test suite is targeting Patient Discovery (PD) Deferred Request service at the error adapter endpoint to verify acknowledgement response for both standard and passthrough.

Info

Currently the service (error adapter) does not have standard or passthrough configuration, and the test case is missing the JMX call to switch service over to the standard and passthrough.

Unsure if the testcase test case is testing the right service endpoint.

To test the service for standard and passthrough, it should hit the service at the entity-endpoint, where the inbound policy is deny to redirect the PD Deferred Request to error adapter.

...