Modified: ode/trunk/utils/src/test/java/org/apache/ode/utils/xsd/SchemaCaptureTest.java URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/java/org/apache/ode/utils/xsd/SchemaCaptureTest.java?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/java/org/apache/ode/utils/xsd/SchemaCaptureTest.java (original) +++ ode/trunk/utils/src/test/java/org/apache/ode/utils/xsd/SchemaCaptureTest.java Thu May 27 18:09:53 2010 @@ -55,11 +55,11 @@ public class SchemaCaptureTest extends T public XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier) throws XNIException, IOException { XMLInputSource src = new XMLInputSource(resourceIdentifier); String literalUri = resourceIdentifier.getLiteralSystemId(); - + if (literalUri != null) { src.setByteStream(getClass().getClassLoader().getResourceAsStream(literalUri)); } - + return src; } });
Modified: ode/trunk/utils/src/test/resources/Configuration.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/Configuration.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/Configuration.wsdl (original) +++ ode/trunk/utils/src/test/resources/Configuration.wsdl Thu May 27 18:09:53 2010 @@ -19,10 +19,10 @@ ~ under the License. --> -<wsdl:definitions - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:configurationType="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" - targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" +<wsdl:definitions + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:configurationType="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" + targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:documentation> This WSDL document describes the configuration header to be used by all services except the Logger. This header Modified: ode/trunk/utils/src/test/resources/Configuration.xsd URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/Configuration.xsd?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/Configuration.xsd (original) +++ ode/trunk/utils/src/test/resources/Configuration.xsd Thu May 27 18:09:53 2010 @@ -17,13 +17,13 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<xs:schema - targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" - xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" +<xs:schema + targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" + xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" elementFormDefault="qualified"> - <xs:import namespace="http://schemas.xmlsoap.org/soap/envelope/" + <xs:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="soap-envelope.xsd" /> <xs:annotation> <xs:documentation> Modified: ode/trunk/utils/src/test/resources/RetailCatalog.xsd URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/RetailCatalog.xsd?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/RetailCatalog.xsd (original) +++ ode/trunk/utils/src/test/resources/RetailCatalog.xsd Thu May 27 18:09:53 2010 @@ -19,29 +19,29 @@ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailCatalog.xsd" targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailCatalog.xsd"> <xsd:annotation> - <xsd:documentation xml:lang="en">Catalog schema for Retailer component of WS-I</xsd:documentation> + <xsd:documentation xml:lang="en">Catalog schema for Retailer component of WS-I</xsd:documentation> </xsd:annotation> - <xsd:element name="catalog" type="tns:CatalogType" /> - <xsd:element name="comment" type="xsd:string" /> + <xsd:element name="catalog" type="tns:CatalogType" /> + <xsd:element name="comment" type="xsd:string" /> <xsd:complexType name="CatalogType"> <xsd:sequence> - <xsd:element name="Item" type="tns:CatalogItem" maxOccurs="10" /> + <xsd:element name="Item" type="tns:CatalogItem" maxOccurs="10" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="CatalogItem"> <xsd:sequence> - <xsd:element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" /> - <xsd:element name="description" type="xsd:string" minOccurs="1" maxOccurs="1" /> - <xsd:element name="productNumber" type="tns:productNumber" minOccurs="1" maxOccurs="1" /> - <xsd:element name="category" type="xsd:string" minOccurs="1" maxOccurs="1" /> - <xsd:element name="brand" type="xsd:string" minOccurs="1" maxOccurs="1" /> - <xsd:element name="price" type="xsd:decimal" minOccurs="1" maxOccurs="1" /> + <xsd:element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" /> + <xsd:element name="description" type="xsd:string" minOccurs="1" maxOccurs="1" /> + <xsd:element name="productNumber" type="tns:productNumber" minOccurs="1" maxOccurs="1" /> + <xsd:element name="category" type="xsd:string" minOccurs="1" maxOccurs="1" /> + <xsd:element name="brand" type="xsd:string" minOccurs="1" maxOccurs="1" /> + <xsd:element name="price" type="xsd:decimal" minOccurs="1" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="productNumber"> <xsd:restriction base="xsd:integer"> - <xsd:minInclusive value="1" /> - <xsd:maxInclusive value="999999" /> + <xsd:minInclusive value="1" /> + <xsd:maxInclusive value="999999" /> </xsd:restriction> </xsd:simpleType> </xsd:schema> \ No newline at end of file Modified: ode/trunk/utils/src/test/resources/RetailOrder.xsd URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/RetailOrder.xsd?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/RetailOrder.xsd (original) +++ ode/trunk/utils/src/test/resources/RetailOrder.xsd Thu May 27 18:09:53 2010 @@ -24,11 +24,11 @@ (c) Copyright 2002, The Web Services-Interoperability Organization (WS-I) Download or use of this file is governed by the Policies and Bylaws of WS-I. - For more information, send email [email protected]. + For more information, send email [email protected]. --> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" - xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailOrder.xsd" + xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailOrder.xsd" targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailOrder.xsd"> <xsd:annotation> <xsd:documentation xml:lang="en">Definition of PartsOrder types for Retailer component of WS-I</xsd:documentation> @@ -81,7 +81,7 @@ targetNamespace="http://www.ws-i.org/Sam <xsd:maxLength value="20"/> <xsd:pattern value="[A-D][0-9]{5}-[0-9A-Z]{7}-[a-z]{3}#*"/> </xsd:restriction> - </xsd:simpleType> + </xsd:simpleType> <xsd:element name="InvalidProductCode" type="tns:InvalidProductCodeType"/> <xsd:complexType name="InvalidProductCodeType"> <xsd:sequence> Modified: ode/trunk/utils/src/test/resources/Warehouse.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/Warehouse.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/Warehouse.wsdl (original) +++ ode/trunk/utils/src/test/resources/Warehouse.wsdl Thu May 27 18:09:53 2010 @@ -19,14 +19,14 @@ ~ under the License. --> -<wsdl:definitions - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:c="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" - xmlns:ct="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" - xmlns:wh="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.xsd" - xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" - targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" +<wsdl:definitions + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:c="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" + xmlns:ct="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" + xmlns:wh="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.xsd" + xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" + targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/"> @@ -38,7 +38,7 @@ <wsdl:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.wsdl" location="Configuration.wsdl"/> - + <wsdl:types> <xs:schema> <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" schemaLocation="Configuration.xsd"/> @@ -76,10 +76,10 @@ </wsdl:documentation> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> <wsdl:operation name="ShipGoods"> - <soap:operation + <soap:operation soapAction="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"/> <wsdl:input> - <soap:body use="literal" + <soap:body use="literal" namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" parts="ItemList Customer" /> <soap:header message="tns:ShipGoodsRequest" part="ConfigurationHeader" use="literal"> @@ -87,7 +87,7 @@ </soap:header> </wsdl:input> <wsdl:output> - <soap:body use="literal" + <soap:body use="literal" namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"/> </wsdl:output> </wsdl:operation> @@ -97,7 +97,7 @@ <s:Envelope xmlns:s="http://schemas.xmlsoap.org/envelope/"> <s:Header> - <h:Configuration + <h:Configuration xmlns:h="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd"> <h:UserId>8bf7ec9a-f3b2-4f39-9807-c55c860a5983</h:UserId> <h:ServiceUrl Role="WarehouseA">http://www.ws-i.org/BasicSampleApp/WarehouseA</h:ServiceUrl> Modified: ode/trunk/utils/src/test/resources/Warehouse.xsd URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/Warehouse.xsd?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/Warehouse.xsd (original) +++ ode/trunk/utils/src/test/resources/Warehouse.xsd Thu May 27 18:09:53 2010 @@ -19,8 +19,8 @@ ~ under the License. --> -<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" - xmlns:wh="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.xsd" +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" + xmlns:wh="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.xsd" targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.xsd"> <xs:simpleType name="CustomerReferenceType"> Modified: ode/trunk/utils/src/test/resources/bad_xml_schema_import.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/bad_xml_schema_import.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/bad_xml_schema_import.wsdl (original) +++ ode/trunk/utils/src/test/resources/bad_xml_schema_import.wsdl Thu May 27 18:09:53 2010 @@ -28,5 +28,5 @@ <xs:import namespace="foo://bar" schemaLocation="bad_xml.wsdl"/> </xs:schema> </types> - + </definitions> Modified: ode/trunk/utils/src/test/resources/bpel-example-wsdl-1-bad-plink.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/bpel-example-wsdl-1-bad-plink.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/bpel-example-wsdl-1-bad-plink.wsdl (original) +++ ode/trunk/utils/src/test/resources/bpel-example-wsdl-1-bad-plink.wsdl Thu May 27 18:09:53 2010 @@ -23,7 +23,7 @@ xmlns:pos="http://manufacturing.org/wsdl/purchase" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" - xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"> + xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"> <plnk:partnerLinkType name="purchasingLT"> <plnk:role name="purchaseService"> @@ -85,7 +85,7 @@ <operation name="sendPurchaseOrder"> <input message="pos:POMessage"/> <output message="pos:InvMessage"/> - <fault name="cannotCompleteOrder" + <fault name="cannotCompleteOrder" message="pos:orderFaultType"/> </operation> </portType> @@ -117,7 +117,7 @@ <operation name="requestShipping"> <input message="pos:shippingRequestMessage"/> <output message="pos:shippingInfoMessage"/> - <fault name="cannotCompleteOrder" + <fault name="cannotCompleteOrder" message="pos:orderFaultType"/> </operation> </portType> Modified: ode/trunk/utils/src/test/resources/bpel-example-wsdl-1.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/bpel-example-wsdl-1.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/bpel-example-wsdl-1.wsdl (original) +++ ode/trunk/utils/src/test/resources/bpel-example-wsdl-1.wsdl Thu May 27 18:09:53 2010 @@ -23,7 +23,7 @@ xmlns:pos="http://manufacturing.org/wsdl/purchase" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" - xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"> + xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"> <plnk:partnerLinkType name="purchasingLT"> <plnk:role name="purchaseService"> @@ -84,7 +84,7 @@ <operation name="sendPurchaseOrder"> <input message="pos:POMessage"/> <output message="pos:InvMessage"/> - <fault name="cannotCompleteOrder" + <fault name="cannotCompleteOrder" message="pos:orderFaultType"/> </operation> </portType> @@ -116,7 +116,7 @@ <operation name="requestShipping"> <input message="pos:shippingRequestMessage"/> <output message="pos:shippingInfoMessage"/> - <fault name="cannotCompleteOrder" + <fault name="cannotCompleteOrder" message="pos:orderFaultType"/> </operation> </portType> Modified: ode/trunk/utils/src/test/resources/dummyXML.xml URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/dummyXML.xml?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/dummyXML.xml (original) +++ ode/trunk/utils/src/test/resources/dummyXML.xml Thu May 27 18:09:53 2010 @@ -21,8 +21,8 @@ <test> <empty /> <empty> - - + + </empty> <non-empty> Hello. Modified: ode/trunk/utils/src/test/resources/invalid_but_well_formed.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/invalid_but_well_formed.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/invalid_but_well_formed.wsdl (original) +++ ode/trunk/utils/src/test/resources/invalid_but_well_formed.wsdl Thu May 27 18:09:53 2010 @@ -24,21 +24,21 @@ targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - + <import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" location="WarehouseImpl.wsdl"/> - + <foobar oh="yeah" /> - + <types> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" > - <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailCatalog.xsd" + <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailCatalog.xsd" schemaLocation="RetailCatalog.xsdlog.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" /> - <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" - schemaLocation="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.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" /> + <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" + schemaLocation="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" /> </xs:schema> </types> <service name="RetailerService"> @@ -46,5 +46,5 @@ <soap:address location="http://this/is/ignored"/> </port> </service> - + </definitions> \ No newline at end of file Modified: ode/trunk/utils/src/test/resources/missing_imported_schema_import.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/missing_imported_schema_import.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/missing_imported_schema_import.wsdl (original) +++ ode/trunk/utils/src/test/resources/missing_imported_schema_import.wsdl Thu May 27 18:09:53 2010 @@ -28,5 +28,5 @@ <xs:import namespace="missing_import.xsd" schemaLocation="missing_import.xsd"/> </xs:schema> </types> - + </definitions> Modified: ode/trunk/utils/src/test/resources/missing_schema_import.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/missing_schema_import.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/missing_schema_import.wsdl (original) +++ ode/trunk/utils/src/test/resources/missing_schema_import.wsdl Thu May 27 18:09:53 2010 @@ -28,5 +28,5 @@ <xs:import namespace="missing.xsd" schemaLocation="missing.xsd"/> </xs:schema> </types> - + </definitions> Modified: ode/trunk/utils/src/test/resources/not_schema_schema_import.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/not_schema_schema_import.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/not_schema_schema_import.wsdl (original) +++ ode/trunk/utils/src/test/resources/not_schema_schema_import.wsdl Thu May 27 18:09:53 2010 @@ -28,5 +28,5 @@ <xs:import namespace="foo://bar" schemaLocation="empty.wsdl"/> </xs:schema> </types> - + </definitions> Modified: ode/trunk/utils/src/test/resources/retailer.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/retailer.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/retailer.wsdl (original) +++ ode/trunk/utils/src/test/resources/retailer.wsdl Thu May 27 18:09:53 2010 @@ -24,19 +24,19 @@ targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"> - + <import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" location="WarehouseImpl.wsdl"/> - + <types> <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" /> - <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" - schemaLocation="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" /> + <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" /> + <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" + schemaLocation="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" /> </xs:schema> </types> <service name="RetailerService"> Modified: ode/trunk/utils/src/test/resources/schema.xsd URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/schema.xsd?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/schema.xsd (original) +++ ode/trunk/utils/src/test/resources/schema.xsd Thu May 27 18:09:53 2010 @@ -18,7 +18,7 @@ --> <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="RetailOrder.xsd" /> - <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" schemaLocation="Configuration.xsd" /> + <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="RetailOrder.xsd" /> + <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" schemaLocation="Configuration.xsd" /> </xs:schema> Modified: ode/trunk/utils/src/test/resources/soap-envelope.xsd URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/soap-envelope.xsd?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/soap-envelope.xsd (original) +++ ode/trunk/utils/src/test/resources/soap-envelope.xsd Thu May 27 18:09:53 2010 @@ -22,7 +22,7 @@ xmlns:tns="http://schemas.xmlsoap.org/soap/envelope/" targetNamespace="http://schemas.xmlsoap.org/soap/envelope/" > - + <!-- Envelope, header and body --> <xs:element name="Envelope" type="tns:Envelope" /> <xs:complexType name="Envelope" > @@ -41,7 +41,7 @@ </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> - + <xs:element name="Body" type="tns:Body" /> <xs:complexType name="Body" > <xs:sequence> @@ -56,9 +56,9 @@ </xs:anyAttribute> </xs:complexType> - + <!-- Global Attributes. The following attributes are intended to be usable via qualified attribute names on any complex type referencing them. --> - <xs:attribute name="mustUnderstand" > + <xs:attribute name="mustUnderstand" > <xs:simpleType> <xs:restriction base='xs:boolean'> <xs:pattern value='0|1' /> @@ -92,7 +92,7 @@ <xs:element name="faultcode" type="xs:QName" /> <xs:element name="faultstring" type="xs:string" /> <xs:element name="faultactor" type="xs:anyURI" minOccurs="0" /> - <xs:element name="detail" type="tns:detail" minOccurs="0" /> + <xs:element name="detail" type="tns:detail" minOccurs="0" /> </xs:sequence> </xs:complexType> @@ -100,7 +100,7 @@ <xs:sequence> <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax" /> </xs:sequence> - <xs:anyAttribute namespace="##any" processContents="lax" /> + <xs:anyAttribute namespace="##any" processContents="lax" /> </xs:complexType> </xs:schema> Modified: ode/trunk/utils/src/test/resources/ws-i_schema_import.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/ws-i_schema_import.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/ws-i_schema_import.wsdl (original) +++ ode/trunk/utils/src/test/resources/ws-i_schema_import.wsdl Thu May 27 18:09:53 2010 @@ -32,5 +32,5 @@ <xs:import namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" schemaLocation="Configuration.xsd"/> </xs:schema> </wsdl:types> - + </definitions> Modified: ode/trunk/utils/src/test/resources/wsdl-utils.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/wsdl-utils.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/wsdl-utils.wsdl (original) +++ ode/trunk/utils/src/test/resources/wsdl-utils.wsdl Thu May 27 18:09:53 2010 @@ -32,7 +32,7 @@ <wsdl:part name="TestPart" type="xs:string"/> </wsdl:message> <wsdl:message name="helloResponse"> - <wsdl:part name="TestPart" type="xs:string"/> + <wsdl:part name="TestPart" type="xs:string"/> </wsdl:message> <wsdl:portType name="DummyServicePortType"> <wsdl:operation name="hello"> @@ -62,8 +62,8 @@ <wsdl:output> <mime:content type="text/xml" part="hello"/> <!-- dummy headers to test getHeaders() --> - <odex:header name="Age" part="age_part"/> - <odex:foo name="Age" part="age_part"/> + <odex:header name="Age" part="age_part"/> + <odex:foo name="Age" part="age_part"/> </wsdl:output> </wsdl:operation> </wsdl:binding> Modified: ode/trunk/utils/src/test/resources/wsdl_deep_schema_import.wsdl URL: http://svn.apache.org/viewvc/ode/trunk/utils/src/test/resources/wsdl_deep_schema_import.wsdl?rev=948937&r1=948936&r2=948937&view=diff ============================================================================== --- ode/trunk/utils/src/test/resources/wsdl_deep_schema_import.wsdl (original) +++ ode/trunk/utils/src/test/resources/wsdl_deep_schema_import.wsdl Thu May 27 18:09:53 2010 @@ -28,5 +28,5 @@ <xs:import namespace="bar://baz/qux" schemaLocation="good_import.xsd"/> </xs:schema> </types> - + </definitions>
