Author: kwright
Date: Tue Jan 22 19:01:23 2019
New Revision: 1851851
URL: http://svn.apache.org/viewvc?rev=1851851&view=rev
Log:
Modify to locally load all xsds
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/build.xml
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl
Modified: manifoldcf/branches/CONNECTORS-1566/connectors/csws/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/build.xml?rev=1851851&r1=1851850&r2=1851851&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1566/connectors/csws/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1566/connectors/csws/build.xml Tue Jan 22
19:01:23 2019
@@ -32,13 +32,13 @@
<target name="classcreate-wsdls" depends="precompile-check" if="canBuild">
<antcall target="classcreate-wsdl">
- <param name="wsdlname" value="wsdls/Authentication.wsdl"/>
+ <param name="wsdlname" value="wsdls/DocumentManagement.wsdl"/>
</antcall>
<antcall target="classcreate-wsdl">
- <param name="wsdlname" value="wsdls/ContentService.wsdl"/>
+ <param name="wsdlname" value="wsdls/Authentication.wsdl"/>
</antcall>
<antcall target="classcreate-wsdl">
- <param name="wsdlname" value="wsdls/DocumentManagement.wsdl"/>
+ <param name="wsdlname" value="wsdls/ContentService.wsdl"/>
</antcall>
<antcall target="classcreate-wsdl">
<param name="wsdlname" value="wsdls/MemberService.wsdl"/>
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=1851851&r1=1851850&r2=1851851&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication.wsdl
Tue Jan 22 19:01:23 2019
@@ -20,8 +20,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
schemaLocation="https://llotadm2:443/cws/services/Authentication?xsd=2"
namespace="urn:Core.service.livelink.opentext.com" location="CoreService.xsd"/>
-<xsd:import
schemaLocation="https://llotadm2:443/cws/services/Authentication?xsd=1"
namespace="urn:api.ecm.opentext.com" location="ApiEcm.xsd"/>
+<xsd:import location="Authentication2.xsd"
namespace="urn:Core.service.livelink.opentext.com" location="CoreService.xsd"/>
+<xsd:import location="Authentication1.xsd"
namespace="urn:api.ecm.opentext.com" location="ApiEcm.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="AuthenticateApplicationRequest">
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=1851851&r1=1851850&r2=1851851&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService.wsdl
Tue Jan 22 19:01:23 2019
@@ -27,9 +27,9 @@
</wsp:Policy>
<wsdl:types>
<xsd:schema targetNamespace="urn:Core.service.livelink.opentext.com/Imports">
-<xsd:import
schemaLocation="https://llotadm2:443/cws/services/ContentService?xsd=3"
namespace="urn:Core.service.livelink.opentext.com" location="CoreService.xsd"/>
-<xsd:import
schemaLocation="https://llotadm2:443/cws/services/ContentService?xsd=2"
namespace="urn:api.ecm.opentext.com" location="ApiEcm.xsd"/>
-<xsd:import
schemaLocation="https://llotadm2:443/cws/services/ContentService?xsd=1"
namespace="http://schemas.microsoft.com/Message"/>
+<xsd:import location="ContentService3.xsd"
namespace="urn:Core.service.livelink.opentext.com" location="CoreService.xsd"/>
+<xsd:import location="ContentService2.xsd"
namespace="urn:api.ecm.opentext.com" location="ApiEcm.xsd"/>
+<xsd:import location="ContentService1.xsd"
namespace="http://schemas.microsoft.com/Message"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="DownloadContentRequest">
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=1851851&r1=1851850&r2=1851851&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService.wsdl
Tue Jan 22 19:01:23 2019
@@ -20,9 +20,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
schemaLocation="https://llotadm2:443/cws/services/MemberService?xsd=2"
namespace="urn:MemberService.service.livelink.opentext.com"/>
-<xsd:import
schemaLocation="https://llotadm2:443/cws/services/MemberService?xsd=1"
namespace="urn:api.ecm.opentext.com" location="ApiEcm.xsd"/>
-<xsd:import
schemaLocation="https://llotadm2:443/cws/services/MemberService?xsd=3"
namespace="urn:Core.service.livelink.opentext.com" location="CoreService.xsd"/>
+<xsd:import location="MemberService2.xsd"
namespace="urn:MemberService.service.livelink.opentext.com"/>
+<xsd:import location="MemberService1.xsd" namespace="urn:api.ecm.opentext.com"
location="ApiEcm.xsd"/>
+<xsd:import location="MemberService3.xsd"
namespace="urn:Core.service.livelink.opentext.com" location="CoreService.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="AddListOfMembersToGroupRequest">