diff options
author | xg353y <xg353y@intl.att.com> | 2017-04-11 13:30:42 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-04-11 15:34:19 +0200 |
commit | b6b7bef8bdcad15af01ac88a038dd763ce59f68f (patch) | |
tree | 399d39da23aaa37701e487df064e3e0c27709ef3 /bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter | |
parent | 19340cad94eeaa1b580f7c0c99531de499e8ca14 (diff) |
[MSO-8] Update the maven dependency
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes.
Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml b/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml new file mode 100644 index 0000000000..4e7c4ee687 --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" + xmlns:v1="http://org.openecomp.mso/vnfNotify"> + <soapenv:Header /> + <soapenv:Body> +<ns2:updateVnfNotification xmlns:ns2="http://org.openecomp.mso/vnfNotify"> + <messageId>testRequestId</messageId> + <completed>true</completed> + <rollback> + <cloudSiteId>MTSNJA4LCP1</cloudSiteId> + <msoRequest> + <requestId>1512_1120-BB11-1</requestId> + <serviceInstanceId>BB11/VLXM/003717//SW_INTERNET</serviceInstanceId> + </msoRequest> + <tenantCreated>false</tenantCreated> + <tenantId>e25ac2f1e73d46428de81a6130a6fdad</tenantId> + <vnfCreated>true</vnfCreated> + <vnfId>slcp34248vbc/020a112b-a0c8-4143-87a3-698680ba2efe</vnfId> + </rollback> +</ns2:updateVnfNotification> + </soapenv:Body> +</soapenv:Envelope>
\ No newline at end of file |