diff options
Diffstat (limited to 'restapi-call-node/provider/src/main/resources/northbound-api-template.xml')
-rw-r--r-- | restapi-call-node/provider/src/main/resources/northbound-api-template.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/restapi-call-node/provider/src/main/resources/northbound-api-template.xml b/restapi-call-node/provider/src/main/resources/northbound-api-template.xml index 3738840..b6a0a67 100644 --- a/restapi-call-node/provider/src/main/resources/northbound-api-template.xml +++ b/restapi-call-node/provider/src/main/resources/northbound-api-template.xml @@ -3,7 +3,7 @@ openECOMP : SDN-C ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights - reserved. + reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,6 +20,7 @@ --> <input xmlns="${northbound-xmlNS}"> + <${northbound-Container}> <request-information> <notification-url>${service-topology-operation-input.request-information.notification-url}</notification-url> <request-action>${service-topology-operation-input.request-information.request-action}</request-action> @@ -38,4 +39,5 @@ <subscriber-name>${service-topology-operation-input.service-information.subscriber-name}</subscriber-name> </service-information> ${'northbound-anyData} + </${northbound-Container}> </input> |