diff options
author | xg353y <xg353y@intl.att.com> | 2017-04-11 13:30:42 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-04-11 15:34:19 +0200 |
commit | b6b7bef8bdcad15af01ac88a038dd763ce59f68f (patch) | |
tree | 399d39da23aaa37701e487df064e3e0c27709ef3 /adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl | |
parent | 19340cad94eeaa1b580f7c0c99531de499e8ca14 (diff) |
[MSO-8] Update the maven dependency
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes.
Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl')
-rw-r--r-- | adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl b/adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl index 2f4c5ad5eb..7a66cd418b 100644 --- a/adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl +++ b/adapters/mso-sdnc-adapter/src/main/resources/SDNCAdapter.wsdl @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" - xmlns:sdncadaptersc="http://domain2.att.com/workflow/sdnc/adapter/schema/v1" + xmlns:sdncadaptersc="http://org.openecomp/workflow/sdnc/adapter/schema/v1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:tns="http://domain2.att.com/workflow/sdnc/adapter/wsdl/v1" + xmlns:tns="http://org.openecomp/workflow/sdnc/adapter/wsdl/v1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://domain2.att.com/workflow/sdnc/adapter/wsdl/v1"> + targetNamespace="http://org.openecomp/workflow/sdnc/adapter/wsdl/v1"> <types> <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" - targetNamespace="http://domain2.att.com/workflow/sdnc/adapter/wsdl/v1"> - <import namespace="http://domain2.att.com/workflow/sdnc/adapter/schema/v1" + targetNamespace="http://org.openecomp/workflow/sdnc/adapter/wsdl/v1"> + <import namespace="http://org.openecomp/workflow/sdnc/adapter/schema/v1" schemaLocation="SDNCAdapterSchema.xsd" /> </schema> </types> |