Fixes for async response to SO 24/96524/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 1 Oct 2019 19:14:29 +0000 (15:14 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 2 Oct 2019 18:50:39 +0000 (18:50 +0000)
commit13484bb7b625cca8cd0cb1f54200a3157216b4f3
tree8161df45574f69d6dcc113da8fdb9f343b27f028
parent8d95a6e19c20ba778fe9c5c040da31f78e977077
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) <dtimoney@att.com>
Former-commit-id: 4b19faedfa92b30c8d292d9a5f274c812764a99c
installation/src/main/properties/generic-resource-api-dg.properties
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_send-so-response.json
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_send-so-response.xml
platform-logic/restapi-templates/src/main/json/so-response.json
platform-logic/restapi-templates/src/main/xml/so-response.xml [new file with mode: 0644]