Propchange: incubator/cxf/trunk/testutils/src/main/resources/wsdl/cardealer.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/cxf/trunk/testutils/src/main/resources/wsdl/cardealer.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/cxf/trunk/testutils/src/main/resources/wsdl/cardealer.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml
Fri Feb 22 19:27:26 2008
@@ -1,27 +1,27 @@
-<!--
- 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.
--->
-<bindings
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- wsdlLocation="hello_world.wsdl"
- xmlns="http://java.sun.com/xml/ns/jaxws">
- <bindings node="wsdl:definitions">
- <enableAsyncMapping>true</enableAsyncMapping>
- </bindings>
+<!--
+ 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.
+-->
+<bindings
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ wsdlLocation="hello_world.wsdl"
+ xmlns="http://java.sun.com/xml/ns/jaxws">
+ <bindings node="wsdl:definitions">
+ <enableAsyncMapping>true</enableAsyncMapping>
+ </bindings>
</bindings>
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_async-binding.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml
Fri Feb 22 19:27:26 2008
@@ -1,67 +1,67 @@
-<?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="HelloWorld"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:x2="http://apache.org/hello_world"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://apache.org/hello_world/bindings">
-
-
- <wsdl:import
- namespace="http://apache.org/hello_world"
- location="hello_world_wsdl_import.wsdl.xml"/>
-
- <wsdl:binding name="SOAPBinding" type="x2:Greeter">
- <soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="sayHi">
- <soap:operation style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="greetMe">
- <soap:operation style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="pingMe">
- <soap:operation style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="pingMeFault">
- <soap:fault name="pingMeFault" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
-
-</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 name="HelloWorld"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:x2="http://apache.org/hello_world"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://apache.org/hello_world/bindings">
+
+
+ <wsdl:import
+ namespace="http://apache.org/hello_world"
+ location="hello_world_wsdl_import.wsdl.xml"/>
+
+ <wsdl:binding name="SOAPBinding" type="x2:Greeter">
+ <soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="sayHi">
+ <soap:operation style="document"/>
+ <wsdl:input>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="greetMe">
+ <soap:operation style="document"/>
+ <wsdl:input>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="pingMe">
+ <soap:operation style="document"/>
+ <wsdl:input>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="pingMeFault">
+ <soap:fault name="pingMeFault" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:binding>
+
+</wsdl:definitions>
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_bindings.wsdl.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl
Fri Feb 22 19:27:26 2008
@@ -1,92 +1,92 @@
-<?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 xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://apache.org/intfault"
- xmlns:x1="http://apache.org/intfault/types"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:wswa="http://www.w3.org/2006/05/addressing/wsdl"
- targetNamespace="http://apache.org/intfault" name="HelloWorldFault">
- <wsdl:types>
- <schema targetNamespace="http://apache.org/intfault/types"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:x1="http://apache.org/intfault/types" elementFormDefault="qualified">
- <element name="BareDocument" type="string"/>
- <element name="BareDocumentResponse">
- <complexType>
- <sequence>
- <element name="company" type="string"/>
- </sequence>
- <attribute name="id" type="int"/>
- </complexType>
- </element>
-
- <element name="int" nillable="true" type="int"/>
- <complexType name="BadRecord">
- <sequence>
- <element name="reason" type="string"/>
- <element name="code" type="short"/>
- </sequence>
- </complexType>
- </schema>
- </wsdl:types>
-
- <wsdl:message name="Bad_RecordLit_Fault">
- <wsdl:part name="BadRecordLit" element="x1:int"/>
- </wsdl:message>
- <wsdl:message name="testDocLitBareRequest">
- <wsdl:part name="in" element="x1:BareDocument"/>
- </wsdl:message>
- <wsdl:message name="testDocLitBareResponse">
- <wsdl:part name="out" element="x1:BareDocumentResponse"/>
- </wsdl:message>
-
- <wsdl:portType name="Greeter">
- <wsdl:operation name="testDocLitFault">
- <wsdl:input message="tns:testDocLitBareRequest"
wswa:Action="http://apache.org/intfault/Fault"/>
- <wsdl:output message="tns:testDocLitBareResponse"
wswa:Action="http://apache.org/intfault/Fault"/>
- <wsdl:fault name="myfault" message="tns:Bad_RecordLit_Fault"
wswa:Action="http://apache.org/intfault/Fault"/>
- </wsdl:operation>
- </wsdl:portType>
-
- <wsdl:binding name="Greeter_SOAPBinding" type="tns:Greeter">
- <soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
-
- <wsdl:operation name="testDocLitFault">
- <soap:operation style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="myfault">
- <soap:fault name="myfault" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
-
- </wsdl:binding>
- <wsdl:service name="SOAPService">
- <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
- <soap:address
location="http://localhost:9000/SoapContext/SoapPort"/>
- <wswa:UsingAddressing/>
- </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 xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://apache.org/intfault"
+ xmlns:x1="http://apache.org/intfault/types"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wswa="http://www.w3.org/2006/05/addressing/wsdl"
+ targetNamespace="http://apache.org/intfault" name="HelloWorldFault">
+ <wsdl:types>
+ <schema targetNamespace="http://apache.org/intfault/types"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:x1="http://apache.org/intfault/types" elementFormDefault="qualified">
+ <element name="BareDocument" type="string"/>
+ <element name="BareDocumentResponse">
+ <complexType>
+ <sequence>
+ <element name="company" type="string"/>
+ </sequence>
+ <attribute name="id" type="int"/>
+ </complexType>
+ </element>
+
+ <element name="int" nillable="true" type="int"/>
+ <complexType name="BadRecord">
+ <sequence>
+ <element name="reason" type="string"/>
+ <element name="code" type="short"/>
+ </sequence>
+ </complexType>
+ </schema>
+ </wsdl:types>
+
+ <wsdl:message name="Bad_RecordLit_Fault">
+ <wsdl:part name="BadRecordLit" element="x1:int"/>
+ </wsdl:message>
+ <wsdl:message name="testDocLitBareRequest">
+ <wsdl:part name="in" element="x1:BareDocument"/>
+ </wsdl:message>
+ <wsdl:message name="testDocLitBareResponse">
+ <wsdl:part name="out" element="x1:BareDocumentResponse"/>
+ </wsdl:message>
+
+ <wsdl:portType name="Greeter">
+ <wsdl:operation name="testDocLitFault">
+ <wsdl:input message="tns:testDocLitBareRequest"
wswa:Action="http://apache.org/intfault/Fault"/>
+ <wsdl:output message="tns:testDocLitBareResponse"
wswa:Action="http://apache.org/intfault/Fault"/>
+ <wsdl:fault name="myfault" message="tns:Bad_RecordLit_Fault"
wswa:Action="http://apache.org/intfault/Fault"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:binding name="Greeter_SOAPBinding" type="tns:Greeter">
+ <soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="testDocLitFault">
+ <soap:operation style="document"/>
+ <wsdl:input>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="myfault">
+ <soap:fault name="myfault" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ </wsdl:binding>
+ <wsdl:service name="SOAPService">
+ <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
+ <soap:address
location="http://localhost:9000/SoapContext/SoapPort"/>
+ <wswa:UsingAddressing/>
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>
+
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_fault.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml
Fri Feb 22 19:27:26 2008
@@ -1,95 +1,95 @@
-<?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="HelloWorld"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://apache.org/hello_world/messages"
- xmlns:x1="http://apache.org/hello_world/types"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://apache.org/hello_world/messages">
- <wsdl:types>
- <schema
- xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:x1="http://apache.org/hello_world/types"
- targetNamespace="http://apache.org/hello_world/types"
- elementFormDefault="qualified">
- <element name="sayHi">
- <complexType/>
- </element>
- <element name="sayHiResponse">
- <complexType>
- <sequence>
- <element name="responseType" type="string"/>
- </sequence>
- </complexType>
- </element>
- <element name="greetMe">
- <complexType>
- <sequence>
- <element name="requestType" type="string"/>
- </sequence>
- </complexType>
- </element>
- <element name="greetMeResponse">
- <complexType>
- <sequence>
- <element name="responseType" type="string"/>
- </sequence>
- </complexType>
- </element>
- <element name="pingMe">
- <complexType/>
- </element>
- <element name="pingMeResponse">
- <complexType/>
- </element>
- <element name="faultDetail">
- <complexType>
- <sequence>
- <element name="minor" type="short" form="qualified"
minOccurs="0"/>
- <element name="major" type="short" form="qualified"
minOccurs="0"/>
- </sequence>
- </complexType>
- </element>
- </schema>
- </wsdl:types>
- <wsdl:message name="sayHiRequest">
- <wsdl:part name="in" element="x1:sayHi"/>
- </wsdl:message>
- <wsdl:message name="sayHiResponse">
- <wsdl:part name="out" element="x1:sayHiResponse"/>
- </wsdl:message>
- <wsdl:message name="greetMeRequest">
- <wsdl:part name="in" element="x1:greetMe"/>
- </wsdl:message>
- <wsdl:message name="greetMeResponse">
- <wsdl:part name="out" element="x1:greetMeResponse"/>
- </wsdl:message>
- <wsdl:message name="pingMeRequest">
- <wsdl:part name="in" element="x1:pingMe"/>
- </wsdl:message>
- <wsdl:message name="pingMeResponse">
- <wsdl:part name="out" element="x1:pingMeResponse"/>
- </wsdl:message>
- <wsdl:message name="pingMeFault">
- <wsdl:part name="faultDetail" element="x1:faultDetail"/>
- </wsdl:message>
-</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 name="HelloWorld"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://apache.org/hello_world/messages"
+ xmlns:x1="http://apache.org/hello_world/types"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://apache.org/hello_world/messages">
+ <wsdl:types>
+ <schema
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:x1="http://apache.org/hello_world/types"
+ targetNamespace="http://apache.org/hello_world/types"
+ elementFormDefault="qualified">
+ <element name="sayHi">
+ <complexType/>
+ </element>
+ <element name="sayHiResponse">
+ <complexType>
+ <sequence>
+ <element name="responseType" type="string"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="greetMe">
+ <complexType>
+ <sequence>
+ <element name="requestType" type="string"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="greetMeResponse">
+ <complexType>
+ <sequence>
+ <element name="responseType" type="string"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="pingMe">
+ <complexType/>
+ </element>
+ <element name="pingMeResponse">
+ <complexType/>
+ </element>
+ <element name="faultDetail">
+ <complexType>
+ <sequence>
+ <element name="minor" type="short" form="qualified"
minOccurs="0"/>
+ <element name="major" type="short" form="qualified"
minOccurs="0"/>
+ </sequence>
+ </complexType>
+ </element>
+ </schema>
+ </wsdl:types>
+ <wsdl:message name="sayHiRequest">
+ <wsdl:part name="in" element="x1:sayHi"/>
+ </wsdl:message>
+ <wsdl:message name="sayHiResponse">
+ <wsdl:part name="out" element="x1:sayHiResponse"/>
+ </wsdl:message>
+ <wsdl:message name="greetMeRequest">
+ <wsdl:part name="in" element="x1:greetMe"/>
+ </wsdl:message>
+ <wsdl:message name="greetMeResponse">
+ <wsdl:part name="out" element="x1:greetMeResponse"/>
+ </wsdl:message>
+ <wsdl:message name="pingMeRequest">
+ <wsdl:part name="in" element="x1:pingMe"/>
+ </wsdl:message>
+ <wsdl:message name="pingMeResponse">
+ <wsdl:part name="out" element="x1:pingMeResponse"/>
+ </wsdl:message>
+ <wsdl:message name="pingMeFault">
+ <wsdl:part name="faultDetail" element="x1:faultDetail"/>
+ </wsdl:message>
+</wsdl:definitions>
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_messages.wsdl.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml
Fri Feb 22 19:27:26 2008
@@ -1,50 +1,50 @@
-<?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="HelloWorldImport"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://apache.org/hello_world"
- xmlns:x1="http://apache.org/hello_world/messages"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://apache.org/hello_world">
-
- <wsdl:import
- namespace="http://apache.org/hello_world/messages"
- location="hello_world_messages.wsdl.xml"/>
-
- <wsdl:portType name="Greeter">
- <wsdl:operation name="sayHi">
- <wsdl:input message="x1:sayHiRequest" />
- <wsdl:output message="x1:sayHiResponse" />
- </wsdl:operation>
-
- <wsdl:operation name="greetMe">
- <wsdl:input message="x1:greetMeRequest" />
- <wsdl:output message="x1:greetMeResponse" />
- </wsdl:operation>
-
- <wsdl:operation name="pingMe">
- <wsdl:input message="x1:pingMeRequest"/>
- <wsdl:output message="x1:pingMeResponse"/>
- <wsdl:fault name="pingMeFault" message="x1:pingMeFault"/>
- </wsdl:operation>
- </wsdl:portType>
-</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 name="HelloWorldImport"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://apache.org/hello_world"
+ xmlns:x1="http://apache.org/hello_world/messages"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://apache.org/hello_world">
+
+ <wsdl:import
+ namespace="http://apache.org/hello_world/messages"
+ location="hello_world_messages.wsdl.xml"/>
+
+ <wsdl:portType name="Greeter">
+ <wsdl:operation name="sayHi">
+ <wsdl:input message="x1:sayHiRequest" />
+ <wsdl:output message="x1:sayHiResponse" />
+ </wsdl:operation>
+
+ <wsdl:operation name="greetMe">
+ <wsdl:input message="x1:greetMeRequest" />
+ <wsdl:output message="x1:greetMeResponse" />
+ </wsdl:operation>
+
+ <wsdl:operation name="pingMe">
+ <wsdl:input message="x1:pingMeRequest"/>
+ <wsdl:output message="x1:pingMeResponse"/>
+ <wsdl:fault name="pingMeFault" message="x1:pingMeFault"/>
+ </wsdl:operation>
+ </wsdl:portType>
+</wsdl:definitions>
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/nested_callback.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/nested_callback.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/nested_callback.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl
Fri Feb 22 19:27:26 2008
@@ -1,97 +1,97 @@
-<?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 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:ns1="http://rpc.data.webservicestudio.inforsense.com/"
- xmlns:ns2="http://schemas.xmlsoap.org/soap/http"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DataTestService"
- targetNamespace="http://rpc.data.webservicestudio.inforsense.com/">
- <wsdl:types>
- <xsd:schema
- xmlns="http://rpc.data.webservicestudio.inforsense.com/"
- attributeFormDefault="unqualified"
elementFormDefault="qualified"
-
targetNamespace="http://rpc.data.webservicestudio.inforsense.com/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="UnsupportedEncodingException"
- type="UnsupportedEncodingException" />
- <xsd:complexType name="UnsupportedEncodingException">
- <xsd:sequence>
- <xsd:element name="message"
nillable="true"
- type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="getStringResponse">
- <wsdl:part name="return" type="xsd:string"></wsdl:part>
- </wsdl:message>
- <wsdl:message name="getString">
- <wsdl:part name="arg0" type="xsd:base64Binary"></wsdl:part>
- <wsdl:part name="arg1" type="xsd:string"></wsdl:part>
- </wsdl:message>
- <wsdl:message name="UnsupportedEncodingException">
- <wsdl:part element="ns1:UnsupportedEncodingException"
- name="fault">
- </wsdl:part>
- </wsdl:message>
- <wsdl:portType name="TestService">
- <wsdl:operation name="getString">
- <wsdl:input message="ns1:getString" name="getString">
- </wsdl:input>
- <wsdl:output message="ns1:getStringResponse"
- name="getStringResponse">
- </wsdl:output>
- <wsdl:fault message="ns1:UnsupportedEncodingException"
- name="UnsupportedEncodingException">
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="DataTestServiceSoapBinding"
- type="ns1:TestService">
- <soap:binding style="rpc"
- transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="getString">
- <soap:operation soapAction="" style="rpc" />
- <wsdl:input name="getString">
- <soap:body
-
namespace="http://rpc.data.webservicestudio.inforsense.com/"
- use="literal" />
- </wsdl:input>
- <wsdl:output name="getStringResponse">
- <soap:body
-
namespace="http://rpc.data.webservicestudio.inforsense.com/"
- use="literal" />
- </wsdl:output>
- <wsdl:fault name="UnsupportedEncodingException">
- <soap:fault name="UnsupportedEncodingException"
- use="literal" />
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="DataTestService">
- <wsdl:port binding="ns1:DataTestServiceSoapBinding"
- name="TestServiceImplPort">
- <soap:address location="http://localhost:9004/data" />
- </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 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:ns1="http://rpc.data.webservicestudio.inforsense.com/"
+ xmlns:ns2="http://schemas.xmlsoap.org/soap/http"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DataTestService"
+ targetNamespace="http://rpc.data.webservicestudio.inforsense.com/">
+ <wsdl:types>
+ <xsd:schema
+ xmlns="http://rpc.data.webservicestudio.inforsense.com/"
+ attributeFormDefault="unqualified"
elementFormDefault="qualified"
+
targetNamespace="http://rpc.data.webservicestudio.inforsense.com/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="UnsupportedEncodingException"
+ type="UnsupportedEncodingException" />
+ <xsd:complexType name="UnsupportedEncodingException">
+ <xsd:sequence>
+ <xsd:element name="message"
nillable="true"
+ type="xsd:string" />
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:schema>
+ </wsdl:types>
+ <wsdl:message name="getStringResponse">
+ <wsdl:part name="return" type="xsd:string"></wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="getString">
+ <wsdl:part name="arg0" type="xsd:base64Binary"></wsdl:part>
+ <wsdl:part name="arg1" type="xsd:string"></wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="UnsupportedEncodingException">
+ <wsdl:part element="ns1:UnsupportedEncodingException"
+ name="fault">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:portType name="TestService">
+ <wsdl:operation name="getString">
+ <wsdl:input message="ns1:getString" name="getString">
+ </wsdl:input>
+ <wsdl:output message="ns1:getStringResponse"
+ name="getStringResponse">
+ </wsdl:output>
+ <wsdl:fault message="ns1:UnsupportedEncodingException"
+ name="UnsupportedEncodingException">
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:portType>
+ <wsdl:binding name="DataTestServiceSoapBinding"
+ type="ns1:TestService">
+ <soap:binding style="rpc"
+ transport="http://schemas.xmlsoap.org/soap/http" />
+ <wsdl:operation name="getString">
+ <soap:operation soapAction="" style="rpc" />
+ <wsdl:input name="getString">
+ <soap:body
+
namespace="http://rpc.data.webservicestudio.inforsense.com/"
+ use="literal" />
+ </wsdl:input>
+ <wsdl:output name="getStringResponse">
+ <soap:body
+
namespace="http://rpc.data.webservicestudio.inforsense.com/"
+ use="literal" />
+ </wsdl:output>
+ <wsdl:fault name="UnsupportedEncodingException">
+ <soap:fault name="UnsupportedEncodingException"
+ use="literal" />
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:binding>
+ <wsdl:service name="DataTestService">
+ <wsdl:port binding="ns1:DataTestServiceSoapBinding"
+ name="TestServiceImplPort">
+ <soap:address location="http://localhost:9004/data" />
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>
+
+
+
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/others/dynamic_client_base64.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl?rev=630385&r1=630384&r2=630385&view=diff
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl
Fri Feb 22 19:27:26 2008
@@ -1,83 +1,83 @@
-<?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="HelloWorld"
- targetNamespace="http://apache.org/stringarray"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://apache.org/stringarray"
- xmlns:x1="http://apache.org/stringarray/types"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <wsdl:types>
- <schema targetNamespace="http://apache.org/stringarray/types"
- xmlns="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified">
- <simpleType name="StringListType">
- <list itemType="string" />
- </simpleType>
- </schema>
- </wsdl:types>
-
- <wsdl:message name="StringListRequest">
- <wsdl:part type="x1:StringListType" name="in"/>
- </wsdl:message>
-
- <wsdl:message name="IntegerRangeResponse">
- <wsdl:part type="x1:StringListType" name="out"/>
- </wsdl:message>
-
- <wsdl:portType name="StringListTest">
- <wsdl:operation name="StringListTest">
- <wsdl:input message="tns:StringListRequest"
- name="stringListRequest" />
- <wsdl:output message="tns:IntegerRangeResponse"
- name="integerRangeResponse" />
- </wsdl:operation>
-
- </wsdl:portType>
-
- <wsdl:binding name="Test_SOAPBinding_RPCLit"
- type="tns:StringListTest">
-
- <soap:binding style="rpc"
- transport="http://schemas.xmlsoap.org/soap/http" />
-
- <wsdl:operation name="StringListTest">
- <soap:operation soapAction="" style="rpc" />
- <wsdl:input>
- <soap:body namespace="http://apache.org/stringarray"
- use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body namespace="http://apache.org/stringarray"
- use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
-
- <wsdl:service name="SOAPServiceRPCLit">
- <wsdl:port binding="tns:Test_SOAPBinding_RPCLit"
- name="SoapPortRPCLit">
- <soap:address
- location="http://localhost:9992/SOAPServiceRPCLit/SoapPort" />
- </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 name="HelloWorld"
+ targetNamespace="http://apache.org/stringarray"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://apache.org/stringarray"
+ xmlns:x1="http://apache.org/stringarray/types"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <wsdl:types>
+ <schema targetNamespace="http://apache.org/stringarray/types"
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified">
+ <simpleType name="StringListType">
+ <list itemType="string" />
+ </simpleType>
+ </schema>
+ </wsdl:types>
+
+ <wsdl:message name="StringListRequest">
+ <wsdl:part type="x1:StringListType" name="in"/>
+ </wsdl:message>
+
+ <wsdl:message name="IntegerRangeResponse">
+ <wsdl:part type="x1:StringListType" name="out"/>
+ </wsdl:message>
+
+ <wsdl:portType name="StringListTest">
+ <wsdl:operation name="StringListTest">
+ <wsdl:input message="tns:StringListRequest"
+ name="stringListRequest" />
+ <wsdl:output message="tns:IntegerRangeResponse"
+ name="integerRangeResponse" />
+ </wsdl:operation>
+
+ </wsdl:portType>
+
+ <wsdl:binding name="Test_SOAPBinding_RPCLit"
+ type="tns:StringListTest">
+
+ <soap:binding style="rpc"
+ transport="http://schemas.xmlsoap.org/soap/http" />
+
+ <wsdl:operation name="StringListTest">
+ <soap:operation soapAction="" style="rpc" />
+ <wsdl:input>
+ <soap:body namespace="http://apache.org/stringarray"
+ use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body namespace="http://apache.org/stringarray"
+ use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+
+ <wsdl:service name="SOAPServiceRPCLit">
+ <wsdl:port binding="tns:Test_SOAPBinding_RPCLit"
+ name="SoapPortRPCLit">
+ <soap:address
+ location="http://localhost:9992/SOAPServiceRPCLit/SoapPort" />
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/string_array_test.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml