diff options
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml b/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml index 4e7c4ee687..6970aee8a0 100644 --- a/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml +++ b/bpmn/MSOCommonBPMN/src/test/resources/vnfAdapter/vnfUpdateSimResponse.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" - xmlns:v1="http://org.openecomp.mso/vnfNotify"> + xmlns:v1="http://org.onap.so/vnfNotify"> <soapenv:Header /> <soapenv:Body> -<ns2:updateVnfNotification xmlns:ns2="http://org.openecomp.mso/vnfNotify"> +<ns2:updateVnfNotification xmlns:ns2="http://org.onap.so/vnfNotify"> <messageId>testRequestId</messageId> <completed>true</completed> <rollback> |