Issue-ID: SO-2963
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I440d3b1078ff16d3457f0e4c02be0fd2d7be497d
                execution.setVariable("oofRequestPayload", requestJson)
        }
        
-       public void callOofAdapter(DelegateExecution execution) {
+       void callOofAdapter(DelegateExecution execution) {
                logger.debug("Start callOofAdapter")
                String requestId = execution.getVariable("msoRequestId")
                String oofAdapterEndpoint = UrnPropertiesReader.getVariable("mso.adapters.oof.endpoint", execution)
 
                         "    \"timeout\": 600,\n" +
                         "    \"callbackUrl\": \"${callbackUrl}\"\n" +
                         "    },\n")
-        response.append(" \"serviceProfile\": {\n" +
-                "   \"serviceProfileParameters\": ")
-        response.append(json);
-        response.append("\n }\n")
+        response.append(" \"serviceProfile\":")
+        response.append(json)
         response.append("\n}\n")
         return response.toString()
     }
 
                 execution.setVariable("needQuerySliceProfile", true)
             }
             else {
+                if(execution.getVariable("needQuerySliceProfile")){
+                    execution.setVariable("needQuerySliceProfile", false)
+                }
                 processNewNSI(solution, sliceTaskParams)
             }
         }