aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/vnfAdapterMocks/vnfRollbackSimResponse.xml
blob: 554dc2cdc08b36c0d5775a13f87f9674da4f8e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:v1="http://org.onap.so/vnfNotify">
	<soapenv:Header />
	<soapenv:Body>
	  <ns2:rollbackVnfNotification xmlns:ns2="http://org.onap.so/vnfNotify" >
        <messageId>b1a82ce6-7f5c-45fd-9273-acaf88fc2137</messageId>
        <completed>true</completed>
      </ns2:rollbackVnfNotification>	
	</soapenv:Body>
</soapenv:Envelope>