diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-07-30 15:56:09 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-07-31 11:09:25 -0400 |
commit | 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 (patch) | |
tree | 59a968f27b4b603aacc9d5e7b51fb598aeec5321 /bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl | |
parent | b6dc38501f3b746426b42d9de4cc883d894149e8 (diff) |
Containerization feature of SO
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl b/bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl index a4f194045a..b2c9a34c9b 100644 --- a/bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl +++ b/bpmn/MSOCommonBPMN/src/main/resources/wsdl/VnfAdapterNotify.wsdl @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://www.w3.org/ns/ws-policy" - xmlns:tns="http://org.openecomp.mso/vnfNotify" + xmlns:tns="http://org.onap.so/vnfNotify" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="vnfAdapterNotify" - targetNamespace="http://org.openecomp.mso/vnfNotify"> + targetNamespace="http://org.onap.so/vnfNotify"> <types> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://org.openecomp.mso/vnfNotify" + targetNamespace="http://org.onap.so/vnfNotify" version="1.0"> <xs:element name="createVnfNotification" type="tns:createVnfNotification"/> @@ -36,7 +36,7 @@ <xs:element minOccurs="0" name="outputs"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="entry"> + <xs:element maxOccurs="255" minOccurs="0" name="entry"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="key" type="xs:string"/> @@ -78,7 +78,7 @@ <xs:element minOccurs="0" name="outputs"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="entry"> + <xs:element maxOccurs="255" minOccurs="0" name="entry"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="key" type="xs:string"/> @@ -102,7 +102,7 @@ <xs:element minOccurs="0" name="outputs"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="entry"> + <xs:element maxOccurs="255" minOccurs="0" name="entry"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="key" type="xs:string"/> @@ -172,23 +172,23 @@ <portType name="vnfAdapterNotify"> <operation name="rollbackVnfNotification"> <input message="tns:rollbackVnfNotification" - wsam:Action="http://org.openecomp.mso/notify/adapterNotify/rollbackVnfNotificationRequest"/> + wsam:Action="http://org.onap.so/notify/adapterNotify/rollbackVnfNotificationRequest"/> </operation> <operation name="queryVnfNotification"> <input message="tns:queryVnfNotification" - wsam:Action="http://org.openecomp.mso/notify/adapterNotify/queryVnfNotificationRequest"/> + wsam:Action="http://org.onap.so/notify/adapterNotify/queryVnfNotificationRequest"/> </operation> <operation name="createVnfNotification"> <input message="tns:createVnfNotification" - wsam:Action="http://org.openecomp.mso/notify/adapterNotify/createVnfNotificationRequest"/> + wsam:Action="http://org.onap.so/notify/adapterNotify/createVnfNotificationRequest"/> </operation> <operation name="updateVnfNotification"> <input message="tns:updateVnfNotification" - wsam:Action="http://org.openecomp.mso/notify/adapterNotify/updateVnfNotificationRequest"/> + wsam:Action="http://org.onap.so/notify/adapterNotify/updateVnfNotificationRequest"/> </operation> <operation name="deleteVnfNotification"> <input message="tns:deleteVnfNotification" - wsam:Action="http://org.openecomp.mso/notify/adapterNotify/deleteVnfNotificationRequest"/> + wsam:Action="http://org.onap.so/notify/adapterNotify/deleteVnfNotificationRequest"/> </operation> </portType> <binding name="MsoVnfAdapterAsyncImplPortBinding" type="tns:vnfAdapterNotify"> |