AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / sdncCallbackSoapWrapper.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
3         xmlns:v1="http://org.openecomp/workflow/sdnc/adapter/schema/v1">
4         <soapenv:Header />
5         <soapenv:Body>
6                         <SDNCAdapterCallbackRequest
7                                 xmlns="http://org.openecomp/workflow/sdnc/adapter/schema/v1">
8                                 <CallbackHeader>
9                                         <RequestId>SDNC_REQUEST_ID</RequestId>
10                                         <ResponseCode>200</ResponseCode>
11                                         <ResponseMessage>OK</ResponseMessage>
12                                 </CallbackHeader>
13                                 <RequestData xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"
14                                         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15                                         SDNC_RESPONSE_DATA
16                                 </RequestData>
17                         </SDNCAdapterCallbackRequest>
18         </soapenv:Body>
19 </soapenv:Envelope>