Modified:
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl?rev=1057397&r1=1057396&r2=1057397&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl
(original)
+++
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl
Mon Jan 10 22:18:02 2011
@@ -1,61 +1,61 @@
-<?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
targetNamespace="http://cxf.apache.org/jaxws/schemavalidation"
xmlns:tns="http://cxf.apache.org/jaxws/schemavalidation"
name="schemavalidation" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/" >
- <wsdl:documentation>shemavalidation</wsdl:documentation>
-
- <wsdl:types>
- <xsd:schema
targetNamespace="http://cxf.apache.org/jaxws/schemavalidation">
- <xsd:include schemaLocation="response.xsd"/>
- <xsd:include schemaLocation="request.xsd"/>
- </xsd:schema>
- </wsdl:types>
-
-
- <wsdl:message name="ckRIn">
- <wsdl:part name="ckRIn" element="tns:ckRequete"/>
- </wsdl:message>
- <wsdl:message name="ckROut">
- <wsdl:part name="ckROut" element="tns:ckReponse"/>
- </wsdl:message>
-
-
- <wsdl:portType name="servicePortType">
- <wsdl:operation name="ckR">
- <wsdl:input name="ckRIn" message="tns:ckRIn"/>
- <wsdl:output name="ckROut" message="tns:ckROut"/>
- </wsdl:operation>
- </wsdl:portType>
-
- <wsdl:binding name="serviceBinding" type="tns:servicePortType">
- <wsoap12:binding
transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
- <wsdl:operation name="ckR">
- <wsoap12:operation soapAction="ckR"/>
- <wsdl:input>
- <wsoap12:body parts="ckRIn" use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <wsoap12:body parts="ckROut" use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
-
- <wsdl:service name="service">
- <wsdl:port name="servicePort" binding="tns:serviceBinding">
- <wsoap12:address
location="http://localhost:9001/schemavalidation"/>
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions>
+<?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
targetNamespace="http://cxf.apache.org/jaxws/schemavalidation"
xmlns:tns="http://cxf.apache.org/jaxws/schemavalidation"
name="schemavalidation" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/" >
+ <wsdl:documentation>shemavalidation</wsdl:documentation>
+
+ <wsdl:types>
+ <xsd:schema
targetNamespace="http://cxf.apache.org/jaxws/schemavalidation">
+ <xsd:include schemaLocation="response.xsd"/>
+ <xsd:include schemaLocation="request.xsd"/>
+ </xsd:schema>
+ </wsdl:types>
+
+
+ <wsdl:message name="ckRIn">
+ <wsdl:part name="ckRIn" element="tns:ckRequete"/>
+ </wsdl:message>
+ <wsdl:message name="ckROut">
+ <wsdl:part name="ckROut" element="tns:ckReponse"/>
+ </wsdl:message>
+
+
+ <wsdl:portType name="servicePortType">
+ <wsdl:operation name="ckR">
+ <wsdl:input name="ckRIn" message="tns:ckRIn"/>
+ <wsdl:output name="ckROut" message="tns:ckROut"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:binding name="serviceBinding" type="tns:servicePortType">
+ <wsoap12:binding
transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+ <wsdl:operation name="ckR">
+ <wsoap12:operation soapAction="ckR"/>
+ <wsdl:input>
+ <wsoap12:body parts="ckRIn" use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsoap12:body parts="ckROut" use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+
+ <wsdl:service name="service">
+ <wsdl:port name="servicePort" binding="tns:serviceBinding">
+ <wsoap12:address
location="http://localhost:9001/schemavalidation"/>
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>
Propchange:
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/resources/wsdl_systest_jaxws/schemaValidation.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/GzipServer.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/GzipServer.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/JMSClientServerGzipTest.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/JMSClientServerGzipTest.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/HWSoapMessageDocProvider.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/HWSoapMessageDocProvider.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/IncomingMessageCounterInterceptor.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/IncomingMessageCounterInterceptor.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/ProviderJMSContinuationTest.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/ProviderJMSContinuationTest.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/ProviderServer.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/ProviderServer.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/resources/GreetMeDocLiteralResp.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/resources/GreetMeDocLiteralResp.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/continuations/resources/GreetMeDocLiteralResp.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/LoggingHandler.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/LoggingHandler.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/SOAPFaultImpl.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/SOAPFaultImpl.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/SOAPFaultRequestTestCase.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/SOAPFaultRequestTestCase.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/Server.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/Server.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/handlers.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/handlers.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/systest/soapfault/handlers.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/catalog.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/catalog.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/catalog.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/envelope.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/envelope.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/envelope.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_disable/resources/AddNumbersDispatchReq.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_disable/resources/AddNumbersDispatchReq.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_disable/resources/AddNumbersDispatchReq.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/Hello.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/Hello.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/HelloImpl.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/HelloImpl.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/HelloService.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/HelloService.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/Server.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/Server.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/resources/wsdl_systest_responses/responses.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/resources/wsdl_systest_responses/responses.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/resources/wsdl_systest_responses/responses.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
cxf/branches/2.3.x-fixes/tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/cxf2934/Address.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/cxf2934/Employee.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/cxf2934/Name.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/cxf2934/WebParamService.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/branches/2.3.x-fixes/tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/cxf2941/WebResultService.java
------------------------------------------------------------------------------
svn:keywords = Rev Date