ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 2 | <con:soapui-project id="e9378998-88a1-4bb9-891e-e40a5f45a001" activeEnvironment="Default" name="MSOVnfAdapter" resourceRoot="" soapui-version="5.3.0" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" id="8ef48853-638b-4c23-8863-03b8ab572ed4" wsaVersion="NONE" name="MsoVnfAdapterImplPortBinding" type="wsdl" bindingName="{http://org.openecomp.mso/vnf}MsoVnfAdapterImplPortBinding" soapVersion="1_1" anonymous="optional" definition="file:/C:/Dev/Git/mso/adapters/mso-vnf-adapter/target/generated-sources/wsdl/VnfAdapter.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="file:\C:\Dev\Git\mso\adapters\mso-vnf-adapter\target\generated-sources\wsdl\VnfAdapter.wsdl"><con:part><con:url>file:\C:\Dev\Git\mso\adapters\mso-vnf-adapter\target\generated-sources\wsdl\VnfAdapter.wsdl</con:url><con:content><![CDATA[<!--Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.7-b01 svn-revision#13316.--> |
| 3 | <definitions targetNamespace="http://org.openecomp.mso/vnf" name="VnfAdapter" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://org.openecomp.mso/vnf" 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:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 4 | <types> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 5 | <xs:schema version="1.0" targetNamespace="http://org.openecomp.mso/vnf" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 6 | <xs:element name="VnfAlreadyExists" nillable="true" type="tns:vnfExceptionBean"/> |
| 7 | <xs:element name="VnfException" nillable="true" type="tns:vnfExceptionBean"/> |
| 8 | <xs:element name="createVnf" type="tns:createVnf"/> |
| 9 | <xs:element name="createVnfResponse" type="tns:createVnfResponse"/> |
| 10 | <xs:element name="deleteVnf" type="tns:deleteVnf"/> |
| 11 | <xs:element name="deleteVnfResponse" type="tns:deleteVnfResponse"/> |
| 12 | <xs:element name="healthCheck" type="tns:healthCheck"/> |
| 13 | <xs:element name="healthCheckResponse" type="tns:healthCheckResponse"/> |
| 14 | <xs:element name="queryVnf" type="tns:queryVnf"/> |
| 15 | <xs:element name="queryVnfResponse" type="tns:queryVnfResponse"/> |
| 16 | <xs:element name="rollbackVnf" type="tns:rollbackVnf"/> |
| 17 | <xs:element name="rollbackVnfResponse" type="tns:rollbackVnfResponse"/> |
| 18 | <xs:element name="updateVnf" type="tns:updateVnf"/> |
| 19 | <xs:element name="updateVnfResponse" type="tns:updateVnfResponse"/> |
| 20 | <xs:complexType name="healthCheck"> |
| 21 | <xs:sequence/> |
| 22 | </xs:complexType> |
| 23 | <xs:complexType name="healthCheckResponse"> |
| 24 | <xs:sequence/> |
| 25 | </xs:complexType> |
| 26 | <xs:complexType name="deleteVnf"> |
| 27 | <xs:sequence> |
| 28 | <xs:element name="cloudSiteId" type="xs:string"/> |
| 29 | <xs:element name="tenantId" type="xs:string"/> |
| 30 | <xs:element name="vnfName" type="xs:string"/> |
| 31 | <xs:element name="request" type="tns:msoRequest" minOccurs="0"/> |
| 32 | </xs:sequence> |
| 33 | </xs:complexType> |
| 34 | <xs:complexType name="msoRequest"> |
| 35 | <xs:sequence> |
| 36 | <xs:element name="requestId" type="xs:string" minOccurs="0"/> |
| 37 | <xs:element name="serviceInstanceId" type="xs:string" minOccurs="0"/> |
| 38 | </xs:sequence> |
| 39 | </xs:complexType> |
| 40 | <xs:complexType name="deleteVnfResponse"> |
| 41 | <xs:sequence/> |
| 42 | </xs:complexType> |
| 43 | <xs:complexType name="vnfExceptionBean"> |
| 44 | <xs:sequence> |
| 45 | <xs:element name="category" type="tns:msoExceptionCategory" minOccurs="0"/> |
| 46 | <xs:element name="message" type="xs:string" minOccurs="0"/> |
| 47 | <xs:element name="rolledBack" type="xs:boolean" minOccurs="0"/> |
| 48 | </xs:sequence> |
| 49 | </xs:complexType> |
| 50 | <xs:complexType name="queryVnf"> |
| 51 | <xs:sequence> |
| 52 | <xs:element name="cloudSiteId" type="xs:string"/> |
| 53 | <xs:element name="tenantId" type="xs:string"/> |
| 54 | <xs:element name="vnfName" type="xs:string"/> |
| 55 | <xs:element name="request" type="tns:msoRequest" minOccurs="0"/> |
| 56 | </xs:sequence> |
| 57 | </xs:complexType> |
| 58 | <xs:complexType name="queryVnfResponse"> |
| 59 | <xs:sequence> |
| 60 | <xs:element name="vnfExists" type="xs:boolean" minOccurs="0"/> |
| 61 | <xs:element name="vnfId" type="xs:string" minOccurs="0"/> |
| 62 | <xs:element name="status" type="tns:vnfStatus" minOccurs="0"/> |
| 63 | <xs:element name="outputs"> |
| 64 | <xs:complexType> |
| 65 | <xs:sequence> |
| 66 | <xs:element name="entry" minOccurs="0" maxOccurs="unbounded"> |
| 67 | <xs:complexType> |
| 68 | <xs:sequence> |
| 69 | <xs:element name="key" minOccurs="0" type="xs:string"/> |
| 70 | <xs:element name="value" minOccurs="0" type="xs:string"/> |
| 71 | </xs:sequence> |
| 72 | </xs:complexType> |
| 73 | </xs:element> |
| 74 | </xs:sequence> |
| 75 | </xs:complexType> |
| 76 | </xs:element> |
| 77 | </xs:sequence> |
| 78 | </xs:complexType> |
| 79 | <xs:complexType name="createVnf"> |
| 80 | <xs:sequence> |
| 81 | <xs:element name="cloudSiteId" type="xs:string"/> |
| 82 | <xs:element name="tenantId" type="xs:string"/> |
| 83 | <xs:element name="vnfType" type="xs:string"/> |
| 84 | <xs:element name="vnfVersion" type="xs:string" minOccurs="0"/> |
| 85 | <xs:element name="vnfName" type="xs:string"/> |
| 86 | <xs:element name="inputs"> |
| 87 | <xs:complexType> |
| 88 | <xs:sequence> |
| 89 | <xs:element name="entry" minOccurs="0" maxOccurs="unbounded"> |
| 90 | <xs:complexType> |
| 91 | <xs:sequence> |
| 92 | <xs:element name="key" minOccurs="0" type="xs:string"/> |
| 93 | <xs:element name="value" minOccurs="0" type="xs:string"/> |
| 94 | </xs:sequence> |
| 95 | </xs:complexType> |
| 96 | </xs:element> |
| 97 | </xs:sequence> |
| 98 | </xs:complexType> |
| 99 | </xs:element> |
| 100 | <xs:element name="failIfExists" type="xs:boolean" minOccurs="0"/> |
| 101 | <xs:element name="request" type="tns:msoRequest" minOccurs="0"/> |
| 102 | </xs:sequence> |
| 103 | </xs:complexType> |
| 104 | <xs:complexType name="createVnfResponse"> |
| 105 | <xs:sequence> |
| 106 | <xs:element name="vnfId" type="xs:string" minOccurs="0"/> |
| 107 | <xs:element name="outputs"> |
| 108 | <xs:complexType> |
| 109 | <xs:sequence> |
| 110 | <xs:element name="entry" minOccurs="0" maxOccurs="unbounded"> |
| 111 | <xs:complexType> |
| 112 | <xs:sequence> |
| 113 | <xs:element name="key" minOccurs="0" type="xs:string"/> |
| 114 | <xs:element name="value" minOccurs="0" type="xs:string"/> |
| 115 | </xs:sequence> |
| 116 | </xs:complexType> |
| 117 | </xs:element> |
| 118 | </xs:sequence> |
| 119 | </xs:complexType> |
| 120 | </xs:element> |
| 121 | <xs:element name="rollback" type="tns:vnfRollback" minOccurs="0"/> |
| 122 | </xs:sequence> |
| 123 | </xs:complexType> |
| 124 | <xs:complexType name="vnfRollback"> |
| 125 | <xs:sequence> |
| 126 | <xs:element name="cloudSiteId" type="xs:string" minOccurs="0"/> |
| 127 | <xs:element name="msoRequest" type="tns:msoRequest" minOccurs="0"/> |
| 128 | <xs:element name="tenantCreated" type="xs:boolean"/> |
| 129 | <xs:element name="tenantId" type="xs:string" minOccurs="0"/> |
| 130 | <xs:element name="vnfCreated" type="xs:boolean"/> |
| 131 | <xs:element name="vnfId" type="xs:string" minOccurs="0"/> |
| 132 | </xs:sequence> |
| 133 | </xs:complexType> |
| 134 | <xs:complexType name="rollbackVnf"> |
| 135 | <xs:sequence> |
| 136 | <xs:element name="rollback" type="tns:vnfRollback"/> |
| 137 | </xs:sequence> |
| 138 | </xs:complexType> |
| 139 | <xs:complexType name="rollbackVnfResponse"> |
| 140 | <xs:sequence/> |
| 141 | </xs:complexType> |
| 142 | <xs:complexType name="updateVnf"> |
| 143 | <xs:sequence> |
| 144 | <xs:element name="cloudSiteId" type="xs:string"/> |
| 145 | <xs:element name="tenantId" type="xs:string"/> |
| 146 | <xs:element name="vnfType" type="xs:string"/> |
| 147 | <xs:element name="vnfVersion" type="xs:string" minOccurs="0"/> |
| 148 | <xs:element name="vnfName" type="xs:string"/> |
| 149 | <xs:element name="inputs"> |
| 150 | <xs:complexType> |
| 151 | <xs:sequence> |
| 152 | <xs:element name="entry" minOccurs="0" maxOccurs="unbounded"> |
| 153 | <xs:complexType> |
| 154 | <xs:sequence> |
| 155 | <xs:element name="key" minOccurs="0" type="xs:string"/> |
| 156 | <xs:element name="value" minOccurs="0" type="xs:string"/> |
| 157 | </xs:sequence> |
| 158 | </xs:complexType> |
| 159 | </xs:element> |
| 160 | </xs:sequence> |
| 161 | </xs:complexType> |
| 162 | </xs:element> |
| 163 | <xs:element name="request" type="tns:msoRequest" minOccurs="0"/> |
| 164 | </xs:sequence> |
| 165 | </xs:complexType> |
| 166 | <xs:complexType name="updateVnfResponse"> |
| 167 | <xs:sequence> |
| 168 | <xs:element name="outputs"> |
| 169 | <xs:complexType> |
| 170 | <xs:sequence> |
| 171 | <xs:element name="entry" minOccurs="0" maxOccurs="unbounded"> |
| 172 | <xs:complexType> |
| 173 | <xs:sequence> |
| 174 | <xs:element name="key" minOccurs="0" type="xs:string"/> |
| 175 | <xs:element name="value" minOccurs="0" type="xs:string"/> |
| 176 | </xs:sequence> |
| 177 | </xs:complexType> |
| 178 | </xs:element> |
| 179 | </xs:sequence> |
| 180 | </xs:complexType> |
| 181 | </xs:element> |
| 182 | <xs:element name="rollback" type="tns:vnfRollback" minOccurs="0"/> |
| 183 | </xs:sequence> |
| 184 | </xs:complexType> |
| 185 | <xs:simpleType name="msoExceptionCategory"> |
| 186 | <xs:restriction base="xs:string"> |
| 187 | <xs:enumeration value="OPENSTACK"/> |
| 188 | <xs:enumeration value="IO"/> |
| 189 | <xs:enumeration value="INTERNAL"/> |
| 190 | <xs:enumeration value="USERDATA"/> |
| 191 | </xs:restriction> |
| 192 | </xs:simpleType> |
| 193 | <xs:simpleType name="vnfStatus"> |
| 194 | <xs:restriction base="xs:string"> |
| 195 | <xs:enumeration value="ACTIVE"/> |
| 196 | <xs:enumeration value="FAILED"/> |
| 197 | <xs:enumeration value="NOTFOUND"/> |
| 198 | <xs:enumeration value="UNKNOWN"/> |
| 199 | </xs:restriction> |
| 200 | </xs:simpleType> |
| 201 | </xs:schema> |
| 202 | </types> |
| 203 | <message name="createVnf"> |
| 204 | <part name="parameters" element="tns:createVnf"/> |
| 205 | </message> |
| 206 | <message name="createVnfResponse"> |
| 207 | <part name="parameters" element="tns:createVnfResponse"/> |
| 208 | </message> |
| 209 | <message name="VnfException"> |
| 210 | <part name="fault" element="tns:VnfException"/> |
| 211 | </message> |
| 212 | <message name="VnfAlreadyExists"> |
| 213 | <part name="fault" element="tns:VnfAlreadyExists"/> |
| 214 | </message> |
| 215 | <message name="healthCheck"> |
| 216 | <part name="parameters" element="tns:healthCheck"/> |
| 217 | </message> |
| 218 | <message name="healthCheckResponse"> |
| 219 | <part name="parameters" element="tns:healthCheckResponse"/> |
| 220 | </message> |
| 221 | <message name="updateVnf"> |
| 222 | <part name="parameters" element="tns:updateVnf"/> |
| 223 | </message> |
| 224 | <message name="updateVnfResponse"> |
| 225 | <part name="parameters" element="tns:updateVnfResponse"/> |
| 226 | </message> |
| 227 | <message name="queryVnf"> |
| 228 | <part name="parameters" element="tns:queryVnf"/> |
| 229 | </message> |
| 230 | <message name="queryVnfResponse"> |
| 231 | <part name="parameters" element="tns:queryVnfResponse"/> |
| 232 | </message> |
| 233 | <message name="deleteVnf"> |
| 234 | <part name="parameters" element="tns:deleteVnf"/> |
| 235 | </message> |
| 236 | <message name="deleteVnfResponse"> |
| 237 | <part name="parameters" element="tns:deleteVnfResponse"/> |
| 238 | </message> |
| 239 | <message name="rollbackVnf"> |
| 240 | <part name="parameters" element="tns:rollbackVnf"/> |
| 241 | </message> |
| 242 | <message name="rollbackVnfResponse"> |
| 243 | <part name="parameters" element="tns:rollbackVnfResponse"/> |
| 244 | </message> |
| 245 | <portType name="VnfAdapter"> |
| 246 | <operation name="createVnf"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 247 | <input wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/createVnfRequest" message="tns:createVnf"/> |
| 248 | <output wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/createVnfResponse" message="tns:createVnfResponse"/> |
| 249 | <fault message="tns:VnfException" name="VnfException" wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/createVnf/Fault/VnfException"/> |
| 250 | <fault message="tns:VnfAlreadyExists" name="VnfAlreadyExists" wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/createVnf/Fault/VnfAlreadyExists"/> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 251 | </operation> |
| 252 | <operation name="healthCheck"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 253 | <input wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/healthCheckRequest" message="tns:healthCheck"/> |
| 254 | <output wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/healthCheckResponse" message="tns:healthCheckResponse"/> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 255 | </operation> |
| 256 | <operation name="updateVnf"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 257 | <input wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/updateVnfRequest" message="tns:updateVnf"/> |
| 258 | <output wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/updateVnfResponse" message="tns:updateVnfResponse"/> |
| 259 | <fault message="tns:VnfException" name="VnfException" wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/updateVnf/Fault/VnfException"/> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 260 | </operation> |
| 261 | <operation name="queryVnf"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 262 | <input wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/queryVnfRequest" message="tns:queryVnf"/> |
| 263 | <output wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/queryVnfResponse" message="tns:queryVnfResponse"/> |
| 264 | <fault message="tns:VnfException" name="VnfException" wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/queryVnf/Fault/VnfException"/> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 265 | </operation> |
| 266 | <operation name="deleteVnf"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 267 | <input wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/deleteVnfRequest" message="tns:deleteVnf"/> |
| 268 | <output wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/deleteVnfResponse" message="tns:deleteVnfResponse"/> |
| 269 | <fault message="tns:VnfException" name="VnfException" wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/deleteVnf/Fault/VnfException"/> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 270 | </operation> |
| 271 | <operation name="rollbackVnf"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 272 | <input wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/rollbackVnfRequest" message="tns:rollbackVnf"/> |
| 273 | <output wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/rollbackVnfResponse" message="tns:rollbackVnfResponse"/> |
| 274 | <fault message="tns:VnfException" name="VnfException" wsam:Action="http://org.openecomp.mso/vnf/VnfAdapter/rollbackVnf/Fault/VnfException"/> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 275 | </operation> |
| 276 | </portType> |
| 277 | <binding name="MsoVnfAdapterImplPortBinding" type="tns:VnfAdapter"> |
| 278 | <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> |
| 279 | <operation name="createVnf"> |
| 280 | <soap:operation soapAction=""/> |
| 281 | <input> |
| 282 | <soap:body use="literal"/> |
| 283 | </input> |
| 284 | <output> |
| 285 | <soap:body use="literal"/> |
| 286 | </output> |
| 287 | <fault name="VnfException"> |
| 288 | <soap:fault name="VnfException" use="literal"/> |
| 289 | </fault> |
| 290 | <fault name="VnfAlreadyExists"> |
| 291 | <soap:fault name="VnfAlreadyExists" use="literal"/> |
| 292 | </fault> |
| 293 | </operation> |
| 294 | <operation name="healthCheck"> |
| 295 | <soap:operation soapAction=""/> |
| 296 | <input> |
| 297 | <soap:body use="literal"/> |
| 298 | </input> |
| 299 | <output> |
| 300 | <soap:body use="literal"/> |
| 301 | </output> |
| 302 | </operation> |
| 303 | <operation name="updateVnf"> |
| 304 | <soap:operation soapAction=""/> |
| 305 | <input> |
| 306 | <soap:body use="literal"/> |
| 307 | </input> |
| 308 | <output> |
| 309 | <soap:body use="literal"/> |
| 310 | </output> |
| 311 | <fault name="VnfException"> |
| 312 | <soap:fault name="VnfException" use="literal"/> |
| 313 | </fault> |
| 314 | </operation> |
| 315 | <operation name="queryVnf"> |
| 316 | <soap:operation soapAction=""/> |
| 317 | <input> |
| 318 | <soap:body use="literal"/> |
| 319 | </input> |
| 320 | <output> |
| 321 | <soap:body use="literal"/> |
| 322 | </output> |
| 323 | <fault name="VnfException"> |
| 324 | <soap:fault name="VnfException" use="literal"/> |
| 325 | </fault> |
| 326 | </operation> |
| 327 | <operation name="deleteVnf"> |
| 328 | <soap:operation soapAction=""/> |
| 329 | <input> |
| 330 | <soap:body use="literal"/> |
| 331 | </input> |
| 332 | <output> |
| 333 | <soap:body use="literal"/> |
| 334 | </output> |
| 335 | <fault name="VnfException"> |
| 336 | <soap:fault name="VnfException" use="literal"/> |
| 337 | </fault> |
| 338 | </operation> |
| 339 | <operation name="rollbackVnf"> |
| 340 | <soap:operation soapAction=""/> |
| 341 | <input> |
| 342 | <soap:body use="literal"/> |
| 343 | </input> |
| 344 | <output> |
| 345 | <soap:body use="literal"/> |
| 346 | </output> |
| 347 | <fault name="VnfException"> |
| 348 | <soap:fault name="VnfException" use="literal"/> |
| 349 | </fault> |
| 350 | </operation> |
| 351 | </binding> |
| 352 | <service name="VnfAdapter"> |
| 353 | <port name="MsoVnfAdapterImplPort" binding="tns:MsoVnfAdapterImplPortBinding"> |
| 354 | <soap:address location="REPLACE_WITH_ACTUAL_URL"/> |
| 355 | </port> |
| 356 | </service> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 357 | </definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>REPLACE_WITH_ACTUAL_URL</con:endpoint></con:endpoints><con:operation id="b545611c-10af-4376-8828-320559ee74e3" isOneWay="false" action="" name="createVnf" bindingOperationName="createVnf" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="2671a8f5-d5f9-45d2-9826-fb3b37b8757c" name="CreateVNF"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 358 | <soapenv:Header/>\r |
| 359 | <soapenv:Body>\r |
| 360 | <vnf:createVnf>\r |
| 361 | <cloudSiteId>Toto</cloudSiteId>\r |
| 362 | <tenantId>tenant</tenantId>\r |
| 363 | <vnfType>VF</vnfType>\r |
| 364 | <!--Optional:-->\r |
| 365 | <vnfVersion>1</vnfVersion>\r |
| 366 | <vnfName>Turlututu</vnfName>\r |
| 367 | <inputs>\r |
| 368 | <!--Zero or more repetitions:-->\r |
| 369 | <entry>\r |
| 370 | <!--Optional:-->\r |
| 371 | <key>key1</key>\r |
| 372 | <!--Optional:-->\r |
| 373 | <value>value1</value>\r |
| 374 | </entry>\r |
| 375 | </inputs>\r |
| 376 | <!--Optional:-->\r |
| 377 | <failIfExists>true</failIfExists>\r |
| 378 | <!--Optional:-->\r |
| 379 | <request>\r |
| 380 | <!--Optional:-->\r |
| 381 | <requestId>reqSoapUI</requestId>\r |
| 382 | <!--Optional:-->\r |
| 383 | <serviceInstanceId>servSoapUI</serviceInstanceId>\r |
| 384 | </request>\r |
| 385 | </vnf:createVnf>\r |
| 386 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 387 | </soapenv:Envelope>]]></con:request><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/createVnfRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="b34239df-f801-4541-acd1-02a113005d09" isOneWay="false" action="" name="deleteVnf" bindingOperationName="deleteVnf" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="85399339-b09e-4925-b255-b56104c33886" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>REPLACE_WITH_ACTUAL_URL</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 388 | <soapenv:Header/>\r |
| 389 | <soapenv:Body>\r |
| 390 | <vnf:deleteVnf>\r |
| 391 | <cloudSiteId>?</cloudSiteId>\r |
| 392 | <tenantId>?</tenantId>\r |
| 393 | <vnfName>?</vnfName>\r |
| 394 | <!--Optional:-->\r |
| 395 | <request>\r |
| 396 | <!--Optional:-->\r |
| 397 | <requestId>?</requestId>\r |
| 398 | <!--Optional:-->\r |
| 399 | <serviceInstanceId>?</serviceInstanceId>\r |
| 400 | </request>\r |
| 401 | </vnf:deleteVnf>\r |
| 402 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 403 | </soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/deleteVnfRequest"/></con:call></con:operation><con:operation id="9c0286b4-146d-4190-bac2-3450d179b238" isOneWay="false" action="" name="healthCheck" bindingOperationName="healthCheck" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9c7a5ae0-0b95-45ab-b0c7-b084c1f564c8" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>REPLACE_WITH_ACTUAL_URL</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 404 | <soapenv:Header/>\r |
| 405 | <soapenv:Body>\r |
| 406 | <vnf:healthCheck/>\r |
| 407 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 408 | </soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/healthCheckRequest"/></con:call></con:operation><con:operation id="faef04de-f492-4831-ad4d-c9ec3f43346b" isOneWay="false" action="" name="queryVnf" bindingOperationName="queryVnf" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d0ce94d9-16d8-4f8c-bc6f-538e8affeabf" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>REPLACE_WITH_ACTUAL_URL</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 409 | <soapenv:Header/>\r |
| 410 | <soapenv:Body>\r |
| 411 | <vnf:queryVnf>\r |
| 412 | <cloudSiteId>?</cloudSiteId>\r |
| 413 | <tenantId>?</tenantId>\r |
| 414 | <vnfName>?</vnfName>\r |
| 415 | <!--Optional:-->\r |
| 416 | <request>\r |
| 417 | <!--Optional:-->\r |
| 418 | <requestId>?</requestId>\r |
| 419 | <!--Optional:-->\r |
| 420 | <serviceInstanceId>?</serviceInstanceId>\r |
| 421 | </request>\r |
| 422 | </vnf:queryVnf>\r |
| 423 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 424 | </soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/queryVnfRequest"/></con:call></con:operation><con:operation id="c72d2d3f-a9cd-46ee-9b44-e880f0b8429d" isOneWay="false" action="" name="rollbackVnf" bindingOperationName="rollbackVnf" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="fa939945-151c-4a72-b476-5d65551fd483" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>REPLACE_WITH_ACTUAL_URL</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 425 | <soapenv:Header/>\r |
| 426 | <soapenv:Body>\r |
| 427 | <vnf:rollbackVnf>\r |
| 428 | <rollback>\r |
| 429 | <!--Optional:-->\r |
| 430 | <cloudSiteId>?</cloudSiteId>\r |
| 431 | <!--Optional:-->\r |
| 432 | <msoRequest>\r |
| 433 | <!--Optional:-->\r |
| 434 | <requestId>?</requestId>\r |
| 435 | <!--Optional:-->\r |
| 436 | <serviceInstanceId>?</serviceInstanceId>\r |
| 437 | </msoRequest>\r |
| 438 | <tenantCreated>?</tenantCreated>\r |
| 439 | <!--Optional:-->\r |
| 440 | <tenantId>?</tenantId>\r |
| 441 | <vnfCreated>?</vnfCreated>\r |
| 442 | <!--Optional:-->\r |
| 443 | <vnfId>?</vnfId>\r |
| 444 | </rollback>\r |
| 445 | </vnf:rollbackVnf>\r |
| 446 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 447 | </soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/rollbackVnfRequest"/></con:call></con:operation><con:operation id="8835ef36-b71c-470b-9a83-9fdf2bef7fe9" isOneWay="false" action="" name="updateVnf" bindingOperationName="updateVnf" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f056db27-1843-47d1-a17f-bae1d74571b5" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>REPLACE_WITH_ACTUAL_URL</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 448 | <soapenv:Header/>\r |
| 449 | <soapenv:Body>\r |
| 450 | <vnf:updateVnf>\r |
| 451 | <cloudSiteId>?</cloudSiteId>\r |
| 452 | <tenantId>?</tenantId>\r |
| 453 | <vnfType>?</vnfType>\r |
| 454 | <!--Optional:-->\r |
| 455 | <vnfVersion>?</vnfVersion>\r |
| 456 | <vnfName>?</vnfName>\r |
| 457 | <inputs>\r |
| 458 | <!--Zero or more repetitions:-->\r |
| 459 | <entry>\r |
| 460 | <!--Optional:-->\r |
| 461 | <key>?</key>\r |
| 462 | <!--Optional:-->\r |
| 463 | <value>?</value>\r |
| 464 | </entry>\r |
| 465 | </inputs>\r |
| 466 | <!--Optional:-->\r |
| 467 | <request>\r |
| 468 | <!--Optional:-->\r |
| 469 | <requestId>?</requestId>\r |
| 470 | <!--Optional:-->\r |
| 471 | <serviceInstanceId>?</serviceInstanceId>\r |
| 472 | </request>\r |
| 473 | </vnf:updateVnf>\r |
| 474 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 475 | </soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/updateVnfRequest"/></con:call></con:operation></con:interface><con:testSuite id="dc83900f-87f1-4ea2-8930-200f41748686" name="MsoVnfAdapter TestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase id="abceaa02-5d09-469f-9b23-f3646a3090c8" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="createVnf TestCase" searchProperties="true"><con:settings/><con:testStep type="request" id="96605331-616d-411c-b4a9-9f2a6d6fdde1" name="createVnf"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>createVnf</con:operation><con:request name="createVnf" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="67ec8acf-ac98-464e-b242-f6e4f1616ae9"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf"> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 476 | <soapenv:Header/> |
| 477 | <soapenv:Body> |
| 478 | <vnf:createVnf> |
| 479 | <cloudSiteId>Toto</cloudSiteId> |
| 480 | <tenantId>tenant</tenantId> |
| 481 | <vnfType>VF</vnfType> |
| 482 | <!--Optional:--> |
| 483 | <vnfVersion>1</vnfVersion> |
| 484 | <vnfName>Turlututu</vnfName> |
| 485 | <inputs> |
| 486 | <!--Zero or more repetitions:--> |
| 487 | <entry> |
| 488 | <!--Optional:--> |
| 489 | <key>key1</key> |
| 490 | <!--Optional:--> |
| 491 | <value>value1</value> |
| 492 | </entry> |
| 493 | </inputs> |
| 494 | <!--Optional:--> |
| 495 | <failIfExists>true</failIfExists> |
| 496 | <!--Optional:--> |
| 497 | <request> |
| 498 | <!--Optional:--> |
| 499 | <requestId>reqSoapUI</requestId> |
| 500 | <!--Optional:--> |
| 501 | <serviceInstanceId>servSoapUI</serviceInstanceId> |
| 502 | </request> |
| 503 | </vnf:createVnf> |
| 504 | </soapenv:Body> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 505 | </soapenv:Envelope>]]></con:request><con:assertion type="Not SOAP Fault Assertion" id="d6b707c9-ac60-4213-8dbf-2076021e50e4" name="SOAP Fault"/><con:assertion type="Simple Contains" id="6915f4e4-13cc-4006-9760-937a45300135" name="Contains"><con:configuration><token><message>[CreateVFModule] Cloud Site [Toto] not found</message></token><ignoreCase>false</ignoreCase><useRegEx>false</useRegEx></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/createVnfRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" id="c346b2f5-fea4-4665-a503-8d827aefa503" name="createVnf no name"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>createVnf</con:operation><con:request name="createVnf no name" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="67ec8acf-ac98-464e-b242-f6e4f1616ae9"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf"> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 506 | <soapenv:Header/> |
| 507 | <soapenv:Body> |
| 508 | <vnf:createVnf> |
| 509 | <cloudSiteId>MT</cloudSiteId> |
| 510 | <tenantId>tenant</tenantId> |
| 511 | <vnfType>VF</vnfType> |
| 512 | <!--Optional:--> |
| 513 | <vnfVersion>1</vnfVersion> |
| 514 | <vnfName/> |
| 515 | <inputs> |
| 516 | <!--Zero or more repetitions:--> |
| 517 | <entry> |
| 518 | <!--Optional:--> |
| 519 | <key>key1</key> |
| 520 | <!--Optional:--> |
| 521 | <value>value1</value> |
| 522 | </entry> |
| 523 | </inputs> |
| 524 | <!--Optional:--> |
| 525 | <failIfExists>true</failIfExists> |
| 526 | <!--Optional:--> |
| 527 | <request> |
| 528 | <!--Optional:--> |
| 529 | <requestId>reqSoapUI</requestId> |
| 530 | <!--Optional:--> |
| 531 | <serviceInstanceId>servSoapUI</serviceInstanceId> |
| 532 | </request> |
| 533 | </vnf:createVnf> |
| 534 | </soapenv:Body> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 535 | </soapenv:Envelope>]]></con:request><con:assertion type="Not SOAP Fault Assertion" id="d6b707c9-ac60-4213-8dbf-2076021e50e4" name="SOAP Fault"/><con:assertion type="Simple Contains" id="6915f4e4-13cc-4006-9760-937a45300135" name="Contains"><con:configuration><token>failed: Connection refused</token><ignoreCase>false</ignoreCase><useRegEx>false</useRegEx></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/createVnfRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase id="3d197248-7223-4422-99d8-13c9e3722dd8" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="deleteVnf TestCase" searchProperties="true"><con:settings/><con:testStep type="request" id="e3ee2457-84d0-48ca-a946-c2049731e279" name="deleteVnf"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>deleteVnf</con:operation><con:request name="deleteVnf" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="02a9e934-d2f7-41c4-b186-ccd55f481de1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 536 | <soapenv:Header/>\r |
| 537 | <soapenv:Body>\r |
| 538 | <vnf:deleteVnf>\r |
| 539 | <cloudSiteId>MT</cloudSiteId>\r |
| 540 | <tenantId>tenant</tenantId>\r |
| 541 | <vnfName>name</vnfName>\r |
| 542 | <!--Optional:-->\r |
| 543 | <request>\r |
| 544 | <!--Optional:-->\r |
| 545 | <requestId>reqSoapUI</requestId>\r |
| 546 | <!--Optional:-->\r |
| 547 | <serviceInstanceId>servSoapUI</serviceInstanceId>\r |
| 548 | </request>\r |
| 549 | </vnf:deleteVnf>\r |
| 550 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 551 | </soapenv:Envelope>]]></con:request><con:assertion type="Not SOAP Fault Assertion" id="3b17740f-67dd-4e9b-8555-5408bbb1316f" name="SOAP Fault"/><con:assertion type="Simple Contains" id="27b5579f-dfdc-44e0-bc7c-25060bf19302" name="Contains"><con:configuration><token>failed: Connection refused</token><ignoreCase>false</ignoreCase><useRegEx>false</useRegEx></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/deleteVnfRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase id="a42192f9-e3c0-44dc-98b6-d5fcc977e56e" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="healthCheck TestCase" searchProperties="true"><con:settings/><con:testStep type="request" id="0b08733f-3e6e-4ed6-93b4-85ee5657bcf2" name="healthCheck"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>healthCheck</con:operation><con:request name="healthCheck" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="4a2436e1-77b6-4fe4-a837-a3146cdc6bba"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 552 | <soapenv:Header/>\r |
| 553 | <soapenv:Body>\r |
| 554 | <vnf:healthCheck/>\r |
| 555 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 556 | </soapenv:Envelope>]]></con:request><con:assertion type="Valid HTTP Status Codes" id="92219146-442f-48c5-9b1a-d9d52655f689" name="Valid HTTP Status Codes"><con:configuration><codes>200</codes></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/healthCheckRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase id="fbc5a034-b5b3-4038-a4d8-c52423957e3b" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="queryVnf TestCase" searchProperties="true"><con:settings/><con:testStep type="request" id="4a41a857-6faa-48cb-b346-bf00e712d18f" name="queryVnf"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>queryVnf</con:operation><con:request name="queryVnf" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="07944f97-f417-423a-bee6-faa10ff6595b"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 557 | <soapenv:Header/>\r |
| 558 | <soapenv:Body>\r |
| 559 | <vnf:queryVnf>\r |
| 560 | <cloudSiteId>MT</cloudSiteId>\r |
| 561 | <tenantId>tt</tenantId>\r |
| 562 | <vnfName>vv</vnfName>\r |
| 563 | <!--Optional:-->\r |
| 564 | <request>\r |
| 565 | <!--Optional:-->\r |
| 566 | <requestId>req</requestId>\r |
| 567 | <!--Optional:-->\r |
| 568 | <serviceInstanceId>serv</serviceInstanceId>\r |
| 569 | </request>\r |
| 570 | </vnf:queryVnf>\r |
| 571 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 572 | </soapenv:Envelope>]]></con:request><con:assertion type="Not SOAP Fault Assertion" id="e619b7e7-6ea3-4fe3-b0f2-ad2db613da07" name="SOAP Fault"/><con:assertion type="Simple Contains" id="6f267d05-5676-43cd-91b7-119796a313ce" name="Contains"><con:configuration><token>failed: Connection refused</token><ignoreCase>false</ignoreCase><useRegEx>false</useRegEx></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/queryVnfRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase id="0ddf3b96-c253-432a-a475-65d5b00969e1" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="rollbackVnf TestCase" searchProperties="true"><con:settings/><con:testStep type="request" id="04feea7a-3825-4496-83ce-3c34e66f6856" name="rollbackVnf"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>rollbackVnf</con:operation><con:request name="rollbackVnf" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="469ab0a7-9d8e-444b-b9b5-24298758fb48"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 573 | <soapenv:Header/>\r |
| 574 | <soapenv:Body>\r |
| 575 | <vnf:rollbackVnf>\r |
| 576 | <rollback>\r |
| 577 | <!--Optional:-->\r |
| 578 | <cloudSiteId>MT</cloudSiteId>\r |
| 579 | <!--Optional:-->\r |
| 580 | <msoRequest>\r |
| 581 | <!--Optional:-->\r |
| 582 | <requestId>rq</requestId>\r |
| 583 | <!--Optional:-->\r |
| 584 | <serviceInstanceId>sv</serviceInstanceId>\r |
| 585 | </msoRequest>\r |
| 586 | <tenantCreated>true</tenantCreated>\r |
| 587 | <!--Optional:-->\r |
| 588 | <tenantId>tt</tenantId>\r |
| 589 | <vnfCreated>true</vnfCreated>\r |
| 590 | <!--Optional:-->\r |
| 591 | <vnfId>vv</vnfId>\r |
| 592 | </rollback>\r |
| 593 | </vnf:rollbackVnf>\r |
| 594 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 595 | </soapenv:Envelope>]]></con:request><con:assertion type="Not SOAP Fault Assertion" id="9d2e62ef-7de8-42cc-a7d7-ee59c50164f7" name="SOAP Fault"/><con:assertion type="Simple Contains" id="aafbdcc8-413b-42bb-b2f0-2af735146f60" name="Contains"><con:configuration><token>failed: Connection refused</token><ignoreCase>false</ignoreCase><useRegEx>false</useRegEx></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/rollbackVnfRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase id="f9b4b408-d267-4a83-9003-b4c55267aab8" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="updateVnf TestCase" searchProperties="true"><con:settings/><con:testStep type="request" id="db21513a-4ae4-4284-b5b3-c53272977257" name="updateVnf"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MsoVnfAdapterImplPortBinding</con:interface><con:operation>updateVnf</con:operation><con:request name="updateVnf" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType="" id="70a92e44-0841-4eec-9555-5c1beae7cbb3"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://${#Project#host}/vnfs/VnfAdapter</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vnf="http://org.openecomp.mso/vnf">\r |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 596 | <soapenv:Header/>\r |
| 597 | <soapenv:Body>\r |
| 598 | <vnf:updateVnf>\r |
| 599 | <cloudSiteId>MT</cloudSiteId>\r |
| 600 | <tenantId>to</tenantId>\r |
| 601 | <vnfType>vo</vnfType>\r |
| 602 | <!--Optional:-->\r |
| 603 | <vnfVersion>1</vnfVersion>\r |
| 604 | <vnfName>name</vnfName>\r |
| 605 | <inputs>\r |
| 606 | <!--Zero or more repetitions:-->\r |
| 607 | <entry>\r |
| 608 | <!--Optional:-->\r |
| 609 | <key>key1</key>\r |
| 610 | <!--Optional:-->\r |
| 611 | <value>val1</value>\r |
| 612 | </entry>\r |
| 613 | </inputs>\r |
| 614 | <!--Optional:-->\r |
| 615 | <request>\r |
| 616 | <!--Optional:-->\r |
| 617 | <requestId>reqq</requestId>\r |
| 618 | <!--Optional:-->\r |
| 619 | <serviceInstanceId>servv</serviceInstanceId>\r |
| 620 | </request>\r |
| 621 | </vnf:updateVnf>\r |
| 622 | </soapenv:Body>\r |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 623 | </soapenv:Envelope>]]></con:request><con:assertion type="Not SOAP Fault Assertion" id="8c7be0ab-d1c4-4525-90f6-46427afb1454" name="SOAP Fault"/><con:assertion type="Simple Contains" id="404c82cd-ce60-4a00-adba-1486fd47a3d3" name="Contains"><con:configuration><token>failed: Connection refused</token><ignoreCase>false</ignoreCase><useRegEx>false</useRegEx></con:configuration></con:assertion><con:credentials><con:username>BPELClient</con:username><con:password>password1$</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://org.openecomp.mso/vnf/VnfAdapter/updateVnfRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties><con:property><con:name>host</con:name><con:value>localhost:18080</con:value></con:property></con:properties><con:wssContainer/><con:oAuth2ProfileContainer/><con:oAuth1ProfileContainer/><con:sensitiveInformation/></con:soapui-project> |