Containerization feature of SO

Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
diff --git a/adapters/mso-sdnc-adapter/src/test/resources/SdncServiceResponse.xml b/adapters/mso-sdnc-adapter/src/test/resources/SdncServiceResponse.xml
new file mode 100644
index 0000000..1aeda73
--- /dev/null
+++ b/adapters/mso-sdnc-adapter/src/test/resources/SdncServiceResponse.xml
@@ -0,0 +1,12 @@
+<input>
+    <configuration-response-common>
+        <svc-request-id>8ac1f688-70d1-4eb7-8422-5bf3ffe5c1ff-1525453645560</svc-request-id>
+        <response-code>200</response-code>
+        <response-message>Success: Activation Success</response-message>
+        <ack-final-indicator>Y</ack-final-indicator>
+        <response-parameters>
+            <tag-name>test</tag-name>
+            <tag-value>test</tag-value>
+        </response-parameters>
+    </configuration-response-common>
+</input>
\ No newline at end of file