Modified: incubator/ode/trunk/utils/src/test/resources/common/namespace_from_wsdl_to_xsd.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/namespace_from_wsdl_to_xsd.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/namespace_from_wsdl_to_xsd.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/namespace_from_wsdl_to_xsd.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.webservicex.net" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.webservicex.net" xmlns="http://schemas.xmlsoap.org/wsdl/"> <types> <s:schema elementFormDefault="qualified" targetNamespace="http://www.webservicex.net">
Modified: incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <definitions targetNamespace="foo://bar/baz" xmlns="http://schemas.xmlsoap.org/wsdl/"> Modified: incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import_wrapper.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import_wrapper.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import_wrapper.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/non_ws-i_schema_import_wrapper.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <wsdl:definitions targetNamespace="foo://fneh" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:import namespace="foo://bar/baz" location="non_ws-i_schema_import.wsdl" /> </wsdl:definitions> Modified: incubator/ode/trunk/utils/src/test/resources/common/not_schema_schema_import.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/not_schema_schema_import.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/not_schema_schema_import.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/not_schema_schema_import.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <definitions targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" Modified: incubator/ode/trunk/utils/src/test/resources/common/plain_old_xml_document.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/plain_old_xml_document.xml?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/plain_old_xml_document.xml (original) +++ incubator/ode/trunk/utils/src/test/resources/common/plain_old_xml_document.xml Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <foo bar="baz"> <qux> <fneh xmlns:gold="e://locks" gold:bar="heavy" /> Modified: incubator/ode/trunk/utils/src/test/resources/common/retailer.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/retailer.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/retailer.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/retailer.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl" Modified: incubator/ode/trunk/utils/src/test/resources/common/schema.xsd URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/schema.xsd?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/schema.xsd (original) +++ incubator/ode/trunk/utils/src/test/resources/common/schema.xsd Thu Jul 27 20:52:46 2006 @@ -1,3 +1,22 @@ +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" > <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailCatalog.xsd" schemaLocation="RetailCatalog.xsd" /> <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailOrder.xsd" schemaLocation="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailOrder.xsd" /> Modified: incubator/ode/trunk/utils/src/test/resources/common/soap-envelope.xsd URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/soap-envelope.xsd?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/soap-envelope.xsd (original) +++ incubator/ode/trunk/utils/src/test/resources/common/soap-envelope.xsd Thu Jul 27 20:52:46 2006 @@ -1,36 +1,23 @@ <?xml version='1.0' encoding='UTF-8' ?> -<!-- Schema for the SOAP/1.1 envelope - - This schema has been produced using W3C's SOAP Version 1.2 schema - found at: - - http://www.w3.org/2001/06/soap-envelope - - Copyright 2001 Martin Gudgin, Developmentor. - - Changes made are the following: - - reverted namespace to http://schemas.xmlsoap.org/soap/envelope/ - - reverted mustUnderstand to only allow 0 and 1 as lexical values - - made encodingStyle a global attribute 20020825 - - Further changes: - - - removed default value from mustUnderstand attribute declaration - 20030314 - - Original copyright: - - Copyright 2001 W3C (Massachusetts Institute of Technology, - Institut National de Recherche en Informatique et en Automatique, - Keio University). All Rights Reserved. - http://www.w3.org/Consortium/Legal/ - - This document is governed by the W3C Software License [1] as - described in the FAQ [2]. - - [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720 - [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD ---> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.xmlsoap.org/soap/envelope/" targetNamespace="http://schemas.xmlsoap.org/soap/envelope/" > Modified: incubator/ode/trunk/utils/src/test/resources/common/ws-i_schema_import.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/ws-i_schema_import.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/ws-i_schema_import.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/ws-i_schema_import.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <definitions targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" Modified: incubator/ode/trunk/utils/src/test/resources/common/wsdl_deep_schema_import.wsdl URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/test/resources/common/wsdl_deep_schema_import.wsdl?rev=426373&r1=426372&r2=426373&view=diff ============================================================================== --- incubator/ode/trunk/utils/src/test/resources/common/wsdl_deep_schema_import.wsdl (original) +++ incubator/ode/trunk/utils/src/test/resources/common/wsdl_deep_schema_import.wsdl Thu Jul 27 20:52:46 2006 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + ~ 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. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <definitions targetNamespace="foo://bar/baz" xmlns="http://schemas.xmlsoap.org/wsdl/"
