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 --- .../src/main/xml/GENERIC-RESOURCE-API_send-so-response.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'platform-logic/generic-resource-api/src/main/xml') diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_send-so-response.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_send-so-response.xml index bf4c2641..521f40f5 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_send-so-response.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_send-so-response.xml @@ -7,11 +7,12 @@ - + - + + -- cgit 1.2.3-korg