Merge "Issue#GSO-44 Modify to get servceId from response for creating service."
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
index a9eba6f..4b135f7 100644
--- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
+++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
@@ -308,7 +308,7 @@
         dataType: "json",
         data: JSON.stringify(sParameter)
     })).then(function(response) {
-        var nsInstanceId = response.nsInstanceId;
+        var nsInstanceId = response.serviceId;
         serviceInstance.serviceId = nsInstanceId;
         var initNsUrl = nsUri + '/' + nsInstanceId + '/Instantiate';
         var parameter = {