blob: 77babba7f716826deac495b71f5a7c960efc83e1 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 xmlns:v1="http://org.onap/so/workflow/schema/v1"
4 xmlns:v11="http://org.onap/workflow/sdnc/adapter/schema/v1">
xg353yb6b7bef2017-04-11 13:30:42 +02005 <soapenv:Header/>
6 <soapenv:Body>
7 <v1:SDNCAdapterWorkflowRequest>
8 <v11:RequestHeader>
9 <v11:RequestId>745b1b50-e39e-4685-9cc8-c71f0bde8bf0</v11:RequestId>
10 <v11:SvcAction>activate</v11:SvcAction>
11 <v11:SvcOperation>service-configuration-operation</v11:SvcOperation>
12 <v11:CallbackUrl>http://127.0.0.1:28080/camunda/services/SDNCAdapterCallback</v11:CallbackUrl>
13 </v11:RequestHeader>
14 <v1:SDNCRequestData>
15 <rest:payload xmlns:rest="http://schemas.activebpel.org/REST/2007/12/01/aeREST.xsd" contentType="text/xml">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040016 <tag0:service-request xmlns:tag0="http://org.onap/so/request/details/schema/v1">
xg353yb6b7bef2017-04-11 13:30:42 +020017 <tag0:request-information>
18 <tag0:request-id>12570a36-7388-4c0a-bec4-189ce3kg9956</tag0:request-id>
19 <tag0:request-action>Layer3ServiceActivate</tag0:request-action>
20 <tag0:source>OMX</tag0:source>
21 </tag0:request-information>
22 <tag0:service-information>
23 <tag0:service-type>mysvctype</tag0:service-type>
24 <tag0:service-instance-id>PD/VLXM/003717//SW_INTERNET</tag0:service-instance-id>
25 </tag0:service-information>
26 </tag0:service-request>
27 </rest:payload>
28 </v1:SDNCRequestData>
29 <v1:SDNCTimeOutValueInMinutes>1</v1:SDNCTimeOutValueInMinutes>
30 <v1:InterimSDNCTimeOutValueInHours>2</v1:InterimSDNCTimeOutValueInHours>
31 </v1:SDNCAdapterWorkflowRequest>
32 </soapenv:Body>
33</soapenv:Envelope>