diff options
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources/test/resources/service-request.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/resources/test/resources/service-request.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/test/resources/service-request.xml b/mso-api-handlers/mso-api-handler-infra/src/main/resources/test/resources/service-request.xml deleted file mode 100644 index c905eeba2b..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/test/resources/service-request.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ============LICENSE_START======================================================= - ECOMP MSO - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - ================================================================================ - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ============LICENSE_END========================================================= - --> - -<tns:service-request xmlns:tns="http://org.openecomp/mso/request/schema/v1" xmlns:tns1="http://org.openecomp/mso/request/types/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://org.openecomp/mso/request/schema/v1 MsoRequestV1.xsd "> - <tns1:request-information> - <tns1:request-id>tns1:request-id</tns1:request-id> - <tns1:request-action>Layer3ServiceActivateRequest</tns1:request-action> - <tns1:request-sub-action>CANCEL</tns1:request-sub-action> - <tns1:source>tns1:source</tns1:source> - <tns1:notification-url>tns1:notification-url</tns1:notification-url> - <tns1:order-number>tns1:order-number</tns1:order-number> - <tns1:order-version>tns1:order-version</tns1:order-version> - </tns1:request-information> - <tns1:service-information> - <tns1:service-type>SDN-ETHERNET-INTERNET</tns1:service-type> - <tns1:service-instance-id>tns1:service-instance-id</tns1:service-instance-id> - <tns1:subscriber-name>tns1:subscriber-name</tns1:subscriber-name> - </tns1:service-information> - <tns:service-parameters xsi:type="anyType"/> -</tns:service-request> |