From 13484bb7b625cca8cd0cb1f54200a3157216b4f3 Mon Sep 17 00:00:00 2001
From: "Timoney, Dan (dt5972)" <dtimoney@att.com>
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) <dtimoney@att.com>

Former-commit-id: 4b19faedfa92b30c8d292d9a5f274c812764a99c
---
 installation/src/main/properties/generic-resource-api-dg.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'installation/src/main/properties/generic-resource-api-dg.properties')

diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties
index 48c510ba..b303d992 100644
--- a/installation/src/main/properties/generic-resource-api-dg.properties
+++ b/installation/src/main/properties/generic-resource-api-dg.properties
@@ -13,7 +13,7 @@ restapi.connection-oof-url=http://oof-osdf:8698/api/oof/v1/route
 naming.gen-name.url=http://neng-serv:8080
 naming.gen-name.user=ccsdkapps
 naming.gen-name.pwd=ccsdkapps
-so.user=InfraPortalClient
+so.user=sdncaBpmn
 so.pwd=password1$
 cds.url=http://cds-blueprints-processor-http:8080
 cds.user=ccsdkapps
-- 
cgit