SDNHandler callback correlation issue. 33/84533/1
authorBenjamin, Max (mb388a) <mb388a@us.att.com>
Mon, 8 Apr 2019 13:55:48 +0000 (09:55 -0400)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Mon, 8 Apr 2019 13:59:06 +0000 (09:59 -0400)
commit86c09b9e23e7f41019eb4b70a0f95e6f7dbeb7bb
treebe2883789a5835f4177afdf2ce31d8e9437b7cdc
parente757e801c665a1758cf4c976b24df13adda38b2b
SDNHandler callback correlation issue.

SDNHandler callback correlation issue. Should not go back to waiting
for callback when final_indicator=Y is receibed in callback. Raise an
error when responseCode in callback mesage is not 200.

Change-Id: Ia55ab5a9bafdfe877a1221b67d5f3258039a3900
Issue-ID: SO-1761
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/SDNCHandler.bpmn
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/sdnc/exceptions/SDNCErrorResponseException.java [new file with mode: 0644]
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/sdnc/tasks/SDNCRequestTasks.java
bpmn/so-bpmn-tasks/src/test/java/org/onap/so/bpmn/infrastructure/sdnc/tasks/SDNCRequestTasksTest.java
bpmn/so-bpmn-tasks/src/test/resources/__files/SDNC_Async_Request2.xml [new file with mode: 0644]