diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-10-19 17:54:31 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-10-19 17:54:31 +0800 |
commit | 7374199cbcbb7805d7beb334800f5f191ecbb7c3 (patch) | |
tree | d64bf0df850c2a08ad696d5fe1db86a767a44988 /bpmn/MSOInfrastructureBPMN/src/main | |
parent | 95812d12606b303d378f765404a774546b66e989 (diff) |
Fix the wrong XML Request
Fix the wrong XML Request
Change-Id: Iab821a54984f8f63fa8d06ffaa0060251b6b33ff
Issue-ID:SO-241
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy index ab8043498c..8d1f31762f 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy @@ -317,7 +317,7 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor <serviceId>${serviceId}</serviceId> <operationId>${operationId}</operationId> <operationType>${operationType}</operationType> - <userId>${userId}</responseBody> + <userId>${userId}</userId> <result>${result}</result> <operationContent>${operationContent}</operationContent> <progress>${progress}</progress> |