blob: bef293dfdeb673a88864efb05cc0edd72f167ac3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v1="http://domain2.openecomp.org/workflow/sdnc/adapter/schema/v1">
<soapenv:Header />
<soapenv:Body>
<SDNCAdapterCallbackRequest
xmlns="http://domain2.openecomp.org/workflow/sdnc/adapter/schema/v1">
<CallbackHeader>
<RequestId>d325c9a7-84c0-4081-b979-9cc773a0976d</RequestId>
<ResponseCode>200</ResponseCode>
<ResponseMessage>OK</ResponseMessage>
</CallbackHeader>
<RequestData xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><layer3-service-list
xmlns="com:att:sdnctl:l3api"><service-instance-id>0XX/VXXX/003717//Shakeout</service-instance-id><service-status><rpc-name>svc-topology-operation</rpc-name><rpc-action>delete</rpc-action><request-status>synccomplete</request-status><final-indicator>Y</final-indicator><l3sdn-action>DisconnectLayer3ServiceRequest</l3sdn-action><response-timestamp>2015-10-22T02:11:52.010Z</response-timestamp></service-status><service-data><svc-config-additional-data/></service-data></layer3-service-list>
</RequestData>
</SDNCAdapterCallbackRequest>
</soapenv:Body>
</soapenv:Envelope>
|