Author: dkulp
Date: Tue Oct 7 10:53:05 2008
New Revision: 702561
URL: http://svn.apache.org/viewvc?rev=702561&view=rev
Log:
Forgot to add a file
Added:
cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl (with props)
Added: cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl?rev=702561&view=auto
==============================================================================
--- cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl (added)
+++ cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl Tue Oct 7
10:53:05 2008
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<definitions name="HelloWorldService"
+ targetNamespace="http://cxf.apache.org/test/hello_world"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:test="http://cxf.apache.org/abc/test/remapped"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://cxf.apache.org/test/hello_world"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <test:newService name="testDefinitionExtensibility">
+ <test:struct name="testString1">
+ <test:member name="x" />
+ <test:member name="y" />
+ <test:member name="z" />
+ </test:struct>
+ <test:struct name="testString2">
+ <test:member name="x" />
+ <test:member name="y" />
+ <test:member name="z" />
+ <test:struct name="innerTestString1">
+ <test:member name="x" />
+ <test:member name="y" />
+ <test:member name="z" />
+ </test:struct>
+ </test:struct>
+ </test:newService>
+
+ <message name="greetMe">
+ <part name="stringParam0" type="xsd:string"/>
+ </message>
+ <message name="greetMeResponse">
+ <part name="return" type="xsd:string"/>
+ </message>
+
+ <portType name="HelloWorldPortType">
+ <operation name="greetMe">
+ <input message="tns:greetMe" name="greetMe"/>
+ <output message="tns:greetMeResponse" name="greetMeResponse"/>
+ </operation>
+ </portType>
+
+ <binding name="HelloWorldBinding" type="tns:HelloWorldPortType">
+ <soap:binding style="rpc"
transport="http://cxf.apache.org/transports/jms"/>
+ <operation name="greetMe">
+ <soap:operation soapAction="" style="rpc"/>
+ <input name="greetMe">
+ <soap:body
+ namespace="http://cxf.apache.org/hello_world_jms"
use="literal"/>
+ </input>
+ <output name="greetMeResponse">
+ <soap:body
+ namespace="http://cxf.apache.org/hello_world_jms"
use="literal"/>
+ </output>
+ </operation>
+ </binding>
+
+ <service name="HelloWorldService">
+ <port binding="tns:HelloWorldBinding" name="HelloWorldPort">
+ <test:testPolicy
+ intAttr="30" stringAttr="hello"/>
+ <test:anotherPolicy/>
+ </port>
+ </service>
+
+</definitions>
+
+
Propchange: cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: cxf/trunk/api/src/test/resources/wsdl/test_ext_remapped.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml