diff options
Diffstat (limited to 'bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml')
-rw-r--r-- | bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml b/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml index eef8f06a90..bef293dfde 100644 --- a/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml +++ b/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml @@ -1,19 +1,19 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" - xmlns:v1="http://domain2.att.com/workflow/sdnc/adapter/schema/v1"> - <soapenv:Header /> - <soapenv:Body> - <SDNCAdapterCallbackRequest - xmlns="http://domain2.att.com/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> +<?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>
|