blob: 923ae70b4ba5a726f8b6bf37dc71f8900dbd52f1 (
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:deleteVnfNotification xmlns:ns2="http://org.onap.so/vnfNotify" >
<messageId>f5e42814-72c0-4422-b840-e14e757a709b</messageId>
<completed>true</completed>
</ns2:deleteVnfNotification>
</soapenv:Body>
</soapenv:Envelope>
|