Fix request header for SDNC resource request

Fix request header for SDNC resource request.

Change-Id: I254d7139fcbeec00a98f44c8db3661da0425f8c7
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy
index ede76c0..64b84e6 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy
+++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy
@@ -210,13 +210,13 @@
                                         <global-customer-id>${globalCustomerId}</global-customer-id>

                                      </service-information>

                                      <network-information>

-                                        <ecomp-model-information>

+                                        <onap-model-information>

                                              <model-invariant-uuid>${modelInvariantUuid}</model-invariant-uuid>

                                              <model-customization-uuid>${modelCustomizationUuid}</model-customization-uuid>

                                              <model-uuid>${modelUuid}</model-uuid>

                                              <model-version>${modelVersion}</model-version>

                                              <model-name>${modelName}</model-name>

-                                        </ecomp-model-information>

+                                        </onap-model-information>

                                      </network-information>

                                      <network-request-input>

                                        <network-input-parameters>${netowrkInputParameters}</network-input-parameters>