Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s2/schema2.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s2/schema2.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s2/schema2.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s2/schema2.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + 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 version="1.0" targetNamespace="http://apache.org/hello_world_soap_http/types/s2" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + + <xs:import namespace="http://apache.org/hello_world_soap_http/types/s4" schemaLocation="./s4/schema4.xsd"/> + + <xs:element name="sayHiResponse"> + <xs:complexType> + <xs:sequence> + <xs:element name="responseType" type="xs:string" form="qualified" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + +</xs:schema> +
Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s3/schema3.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s3/schema3.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s3/schema3.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/s3/schema3.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + 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 version="1.0" targetNamespace="http://apache.org/hello_world_soap_http/types/s3" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + + + <xs:element name="greetMe"> + <xs:complexType> + <xs:sequence> + <xs:element name="requestType" type="xs:string" form="qualified" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + + <xs:element name="greetMeResponse"> + <xs:complexType> + <xs:sequence> + <xs:element name="responseType" type="xs:string" form="qualified" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + + +</xs:schema> + Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/schema1.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/schema1.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/schema1.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/s1/schema1.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + 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 version="1.0" targetNamespace="http://apache.org/hello_world_soap_http/types" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + + <xs:import namespace="http://apache.org/hello_world_soap_http/types/s2" schemaLocation="./s2/schema2.xsd"/> + + <xs:import namespace="http://apache.org/hello_world_soap_http/types/s3" schemaLocation="./s3/schema3.xsd"/> + + <xs:element name="sayHi"> + <xs:complexType/> + </xs:element> + + <xs:element name="sayHiResponse"> + <xs:complexType/> + </xs:element> + + <xs:element name="greetMe"> + <xs:complexType/> + </xs:element> + + <xs:element name="greetMeResponse"> + <xs:complexType/> + </xs:element> + + <xs:element name="greetMeOneWay"> + <xs:complexType/> + </xs:element> + + <xs:element name="pingMe"> + <xs:complexType/> + </xs:element> + + <xs:element name="faultDetail"> + <xs:complexType> + <xs:sequence> + <xs:element name="minor" type="xs:short" form="qualified" minOccurs="0"/> + <xs:element name="major" type="xs:short" form="qualified" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + + <xs:element name="pingMeResponse"> + <xs:complexType/> + </xs:element> +</xs:schema> + Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-binding.wsdl URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-binding.wsdl?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-binding.wsdl (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-binding.wsdl Fri May 31 17:52:25 2013 @@ -0,0 +1,46 @@ +<?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. + +--> +<wsdl:definitions name="wsdl-first" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:tns="http://cxf.apache.org/samples/wsdl-first/interfaces" + xmlns:unused="http://cxf.apache.org/samples/wsdl-first" + targetNamespace="http://cxf.apache.org/samples/wsdl-first"> + + <wsdl:import namespace="http://cxf.apache.org/samples/wsdl-first/interfaces" location="./person-soap-interfaces.wsdl"/> + + <wsdl:binding name="PersonSOAPBinding" type="tns:Person"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="GetPerson"> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="UnknownPerson"> + <soap:fault use="literal" name="UnknownPerson" /> + </wsdl:fault> + </wsdl:operation> + </wsdl:binding> + +</wsdl:definitions> Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-interfaces.wsdl URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-interfaces.wsdl?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-interfaces.wsdl (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-soap-interfaces.wsdl Fri May 31 17:52:25 2013 @@ -0,0 +1,52 @@ +<?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. + +--> +<wsdl:definitions name="wsdl-first" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:tns="http://cxf.apache.org/samples/wsdl-first/interfaces" + xmlns:typens="http://cxf.apache.org/samples/wsdl-first/types" + targetNamespace="http://cxf.apache.org/samples/wsdl-first/interfaces"> + + <wsdl:types> + <xsd:schema targetNamespace="http://cxf.apache.org/samples/wsdl-first/types" elementFormDefault="qualified"> + <xsd:include schemaLocation="./person-types.xsd"/> + </xsd:schema> + </wsdl:types> + + <wsdl:message name="GetPersonRequest"> + <wsdl:part name="payload" element="typens:GetPerson"/> + </wsdl:message> + <wsdl:message name="GetPersonResponse"> + <wsdl:part name="payload" element="typens:GetPersonResponse"/> + </wsdl:message> + <wsdl:message name="UnknownPersonFault"> + <wsdl:part name="payload" element="typens:UnknownPersonFault"/> + </wsdl:message> + + <wsdl:portType name="Person"> + <wsdl:operation name="GetPerson"> + <wsdl:input message="tns:GetPersonRequest"/> + <wsdl:output message="tns:GetPersonResponse"/> + <wsdl:fault name="UnknownPerson" message="tns:UnknownPersonFault"/> + </wsdl:operation> + </wsdl:portType> +</wsdl:definitions> Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-types.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-types.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-types.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl1/person-types.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,46 @@ +<?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. + +--> + <xsd:schema targetNamespace="http://cxf.apache.org/samples/wsdl-first/types" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + elementFormDefault="qualified"> + <xsd:element name="GetPerson"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="personId" type="xsd:string"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + <xsd:element name="GetPersonResponse"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="personId" type="xsd:string"/> + <xsd:element name="ssn" type="xsd:string"/> + <xsd:element name="name" type="xsd:string"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + <xsd:element name="UnknownPersonFault"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="personId" type="xsd:string"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + </xsd:schema> Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl2/person.wsdl URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl2/person.wsdl?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl2/person.wsdl (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/org/apache/cxf/wsdl11/wsdl2/person.wsdl Fri May 31 17:52:25 2013 @@ -0,0 +1,37 @@ +<?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. + +--> +<wsdl:definitions name="wsdl-first" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:tns="http://cxf.apache.org/samples/wsdl-first" + targetNamespace="urn:cxf:apache:org:samples:wsdl-first"> + + <wsdl:import namespace="http://cxf.apache.org/samples/wsdl-first" + location="../wsdl1/person-soap-binding.wsdl"/> + + <wsdl:service name="PersonService"> + <wsdl:port binding="tns:PersonSOAPBinding" name="soap"> + <soap:address location="http://localhost:8092/PersonService/" /> + </wsdl:port> + </wsdl:service> + +</wsdl:definitions> Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema1_In.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder%20with%20spaces/Schema1_In.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema1_In.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema1_In.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,30 @@ +<!-- +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. +--> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:S1_In="urn:Schema1_In" xmlns:UseInt="urn:Schema2_In" xmlns:UseString="urn:Schema3_In" targetNamespace="urn:Schema1_In"> + <xsd:import schemaLocation="Schema2_In.xsd" namespace="urn:Schema2_In"> + </xsd:import> + <xsd:import schemaLocation="Schema3_In.xsd" namespace="urn:Schema3_In" /> + <xsd:complexType name="UseImportedElements_In"> + <xsd:sequence> + <xsd:element ref="UseInt:ElementS2_In_Int" /> + <xsd:element ref="UseString:ElementS3_In_string" /> + </xsd:sequence> + </xsd:complexType> +</xsd:schema> \ No newline at end of file Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema1_Out.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder%20with%20spaces/Schema1_Out.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema1_Out.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema1_Out.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,30 @@ +<!-- +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. +--> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:S1_In="urn:Schema1_Out" xmlns:UseIntOut="urn:Schema2_Out" xmlns:UseStringOut="urn:Schema3_Out" targetNamespace="urn:Schema1_Out"> + <xsd:import schemaLocation="Schema2_Out.xsd" namespace="urn:Schema2_Out"> + </xsd:import> + <xsd:import schemaLocation="Schema3_Out.xsd" namespace="urn:Schema3_Out" /> + <xsd:complexType name="UseImportedElements_Out"> + <xsd:sequence> + <xsd:element ref="UseIntOut:ElementS2_Out_Int" /> + <xsd:element ref="UseStringOut:ElementS3_Out_string" /> + </xsd:sequence> + </xsd:complexType> +</xsd:schema> \ No newline at end of file Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema2_In.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder%20with%20spaces/Schema2_In.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema2_In.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema2_In.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,28 @@ +<!-- +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. +--> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:S1_In="urn:Schema2_In" targetNamespace="urn:Schema2_In"> + <xsd:element name="ElementS2_In_Int"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="S2_In_Int" type="xsd:int" /> + </xsd:sequence> + </xsd:complexType> + </xsd:element> +</xsd:schema> \ No newline at end of file Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema2_Out.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder%20with%20spaces/Schema2_Out.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema2_Out.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema2_Out.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,28 @@ +<!-- +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. +--> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:S1_In="urn:Schema2_Out" targetNamespace="urn:Schema2_Out"> + <xsd:element name="ElementS2_Out_Int"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="S2_Out_Int" type="xsd:int" /> + </xsd:sequence> + </xsd:complexType> + </xsd:element> +</xsd:schema> \ No newline at end of file Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema3_In.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder%20with%20spaces/Schema3_In.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema3_In.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema3_In.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,28 @@ +<!-- +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. +--> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:S1_In="urn:Schema3_In" targetNamespace="urn:Schema3_In"> + <xsd:element name="ElementS3_In_string"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="S3_In_string" type="xsd:string" /> + </xsd:sequence> + </xsd:complexType> + </xsd:element> +</xsd:schema> \ No newline at end of file Added: cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema3_Out.xsd URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder%20with%20spaces/Schema3_Out.xsd?rev=1488338&view=auto ============================================================================== --- cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema3_Out.xsd (added) +++ cxf/branches/dkulp-nowsdl4j/rt/wsdl/src/test/resources/schema/folder with spaces/Schema3_Out.xsd Fri May 31 17:52:25 2013 @@ -0,0 +1,28 @@ +<!-- +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. +--> + +<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:S1_In="urn:Schema3_Out" targetNamespace="urn:Schema3_Out"> + <xsd:element name="ElementS3_Out_string"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="S3_Out_string" type="xsd:string" /> + </xsd:sequence> + </xsd:complexType> + </xsd:element> +</xsd:schema> \ No newline at end of file
