[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / vnfAdapterMocks / vnfQuerySimResponse.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
3         xmlns:v1="http://org.openecomp.mso/vnfNotify">
4         <soapenv:Header />
5         <soapenv:Body>
6                         <ns2:queryVnfNotification xmlns:ns2="http://org.openecomp.mso/vnfNotify">
7    <messageId>b1a82ce6-7f5c-45fd-9273-acaf88fc2222</messageId>
8    <completed>true</completed>
9    <vnfExists>true</vnfExists>
10    <vnfId>slcp34248vbc/020a112b-a0c8-4143-87a3-698680ba2efe</vnfId>
11    <status>ACTIVE</status>
12           <outputs>
13           <entry>
14           <key>server_ip</key>
15           <value>135.21.249.144</value>
16           </entry>
17           </outputs>
18 </ns2:queryVnfNotification>
19         </soapenv:Body>
20 </soapenv:Envelope>