Author: kwright
Date: Tue Jan 22 22:37:28 2019
New Revision: 1851871

URL: http://svn.apache.org/viewvc?rev=1851871&view=rev
Log:
Another update

Modified:
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement2.xsd
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement3.xsd
    manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl
    manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService1.xsd
    manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService2.xsd
    manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService3.xsd

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -20,8 +22,8 @@
 <wsdl:definitions xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:tns="urn:Core.service.livelink.opentext.com" 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; name="Authentication" 
targetNamespace="urn:Core.service.livelink.opentext.com">
 <wsdl:types>
 <xsd:schema targetNamespace="urn:Core.service.livelink.opentext.com/Imports">
-<xsd:import location="Authentication2.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
-<xsd:import location="Authentication1.xsd" 
namespace="urn:api.ecm.opentext.com"/>
+<xsd:import schemaLocation="Authentication2.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
+<xsd:import schemaLocation="Authentication1.xsd" 
namespace="urn:api.ecm.opentext.com"/>
 </xsd:schema>
 </wsdl:types>
 <wsdl:message name="AuthenticateApplicationRequest">

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -27,9 +29,9 @@
 </wsp:Policy>
 <wsdl:types>
 <xsd:schema targetNamespace="urn:Core.service.livelink.opentext.com/Imports">
-<xsd:import location="ContentService3.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
-<xsd:import location="ContentService2.xsd" 
namespace="urn:api.ecm.opentext.com"/>
-<xsd:import location="ContentService1.xsd" 
namespace="http://schemas.microsoft.com/Message"/>
+<xsd:import schemaLocation="ContentService3.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
+<xsd:import schemaLocation="ContentService2.xsd" 
namespace="urn:api.ecm.opentext.com"/>
+<xsd:import schemaLocation="ContentService1.xsd" 
namespace="http://schemas.microsoft.com/Message"/>
 </xsd:schema>
 </wsdl:types>
 <wsdl:message name="DownloadContentRequest">

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,13 +15,11 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->
 <xs:schema xmlns:tns="urn:Core.service.livelink.opentext.com" 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
targetNamespace="urn:Core.service.livelink.opentext.com">
-<xs:import 
schemaLocation="https://llotadm2:443/cws/services/ContentService?xsd=1"; 
namespace="http://schemas.microsoft.com/Message"/>
+<xs:import schemaLocation="ContentService1.xsd" 
namespace="http://schemas.microsoft.com/Message"/>
 <xs:element name="DownloadContent">
 <xs:complexType>
 <xs:sequence>

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
 Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -20,9 +22,9 @@
 <wsdl:definitions xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:tns="urn:DocMan.service.livelink.opentext.com" 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; name="DocumentManagement" 
targetNamespace="urn:DocMan.service.livelink.opentext.com">
 <wsdl:types>
 <xsd:schema targetNamespace="urn:DocMan.service.livelink.opentext.com/Imports">
-<xsd:import location="DocumentManagement2.xsd" 
namespace="urn:DocMan.service.livelink.opentext.com"/>
-<xsd:import location="DocumentManagement3.xsd" 
namespace="urn:api.ecm.opentext.com"/>
-<xsd:import location="DocumentManagement1.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
+<xsd:import schemaLocation="DocumentManagement2.xsd" 
namespace="urn:DocMan.service.livelink.opentext.com"/>
+<xsd:import schemaLocation="DocumentManagement3.xsd" 
namespace="urn:api.ecm.opentext.com"/>
+<xsd:import schemaLocation="DocumentManagement1.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
 </xsd:schema>
 </wsdl:types>
 <wsdl:message name="RemoveFavoriteRequest">

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
 Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement2.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement2.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement2.xsd
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement2.xsd
 Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,13 +15,11 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->
 <xs:schema xmlns:tns="urn:DocMan.service.livelink.opentext.com" 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
targetNamespace="urn:DocMan.service.livelink.opentext.com">
-<xs:import 
schemaLocation="https://llotadm2:443/cws/services/DocumentManagement?xsd=1"; 
namespace="urn:Core.service.livelink.opentext.com"/>
+<xs:import schemaLocation="DocumentManagement1.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
 <xs:element name="RemoveFavorite">
 <xs:complexType>
 <xs:sequence>

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement3.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement3.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement3.xsd
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement3.xsd
 Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -20,9 +22,9 @@
 <wsdl:definitions xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"; 
xmlns:wsa10="http://www.w3.org/2005/08/addressing"; 
xmlns:tns="urn:MemberService.service.livelink.opentext.com" 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; 
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"; 
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"; 
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; name="MemberService" 
targetNamespace="urn:MemberService.service.livelink.opentext.com">
 <wsdl:types>
 <xsd:schema 
targetNamespace="urn:MemberService.service.livelink.opentext.com/Imports">
-<xsd:import location="MemberService2.xsd" 
namespace="urn:MemberService.service.livelink.opentext.com"/>
-<xsd:import location="MemberService1.xsd" 
namespace="urn:api.ecm.opentext.com"/>
-<xsd:import location="MemberService3.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
+<xsd:import schemaLocation="MemberService2.xsd" 
namespace="urn:MemberService.service.livelink.opentext.com"/>
+<xsd:import schemaLocation="MemberService1.xsd" 
namespace="urn:api.ecm.opentext.com"/>
+<xsd:import schemaLocation="MemberService3.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
 </xsd:schema>
 </wsdl:types>
 <wsdl:message name="AddListOfMembersToGroupRequest">

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService1.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService1.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService1.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService1.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService2.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService2.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService2.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService2.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,13 +15,11 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->
 <xs:schema xmlns:tns="urn:MemberService.service.livelink.opentext.com" 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
targetNamespace="urn:MemberService.service.livelink.opentext.com">
-<xs:import 
schemaLocation="https://llotadm2:443/cws/services/MemberService?xsd=3"; 
namespace="urn:Core.service.livelink.opentext.com"/>
+<xs:import schemaLocation="MemberService3.xsd" 
namespace="urn:Core.service.livelink.opentext.com"/>
 <xs:element name="AddListOfMembersToGroup">
 <xs:complexType>
 <xs:sequence>

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService3.xsd
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService3.xsd?rev=1851871&r1=1851870&r2=1851871&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService3.xsd 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService3.xsd 
Tue Jan 22 22:37:28 2019
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements. See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
@@ -13,8 +15,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-
-This XML file does not appear to have any style information associated with 
it. The document tree is shown below.
 <!--
  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS 
RI 2.2.7-b01  svn-revision#${svn.Last.Changed.Rev}. 
 -->


Reply via email to