blob: c9ec2f0a9daa7cb2ffe8383af60623d1cd1d7c94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v1="http://org.onap/workflow/sdnc/adapter/schema/v1">
<soapenv:Header />
<soapenv:Body>
<v1:SDNCAdapterCallback>
<SDNCAdapterCallbackRequest xmlns="http://org.onap/workflow/sdnc/adapter/schema/v1">
<CallbackHeader>
<RequestId>testRequestId</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"><output
xmlns="com:att:sdnctl:vnf"><response-code>500</response-code><response-message>'Error
retrieving l3-network with network-id=' +
$network-topology-operation-input.network-request-information.network-id
+ 'from
AnAI'</response-message><ack-final-indicator>Y</ack-final-indicator><svc-request-id>006927ca-f5a3-47fd-880c-dfcbcd81a093</svc-request-id></output>
</RequestData>
</SDNCAdapterCallbackRequest>
</v1:SDNCAdapterCallback>
</soapenv:Body>
</soapenv:Envelope>
|