From 477f27624590d68e6c64b8939dd6b00737ed3736 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 1 Oct 2019 15:14:29 -0400 Subject: Fixes for async response to SO 1) Wrong user name configured for SO interface 2) Accept header needs to be set to 'text/plain' 3) Content-Type needs to be explicitly set to 'application/json' 4) Template is missing outer "input" tag 5) Message needs to be in XML format, not JSON Change-Id: Icd06d12ff8576d2dd560ea452d0a14c3de643a00 Issue-ID: SDNC-927 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 74ad4c7e51bbfa01caa2e504779b47dd86861428 --- platform-logic/restapi-templates/src/main/xml/so-response.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/xml/so-response.xml (limited to 'platform-logic/restapi-templates/src/main/xml/so-response.xml') diff --git a/platform-logic/restapi-templates/src/main/xml/so-response.xml b/platform-logic/restapi-templates/src/main/xml/so-response.xml new file mode 100644 index 00000000..0913c1ba --- /dev/null +++ b/platform-logic/restapi-templates/src/main/xml/so-response.xml @@ -0,0 +1,10 @@ + + + ${so.service-instance-id} + ${so.service-type} + + ${so.svc-request-id} + ${so.response-code} + ${so.response-message} + ${so.ack-final-indicator} + -- cgit 1.2.3-korg