| <?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://cxf.apache.org/jms_greeter" |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
| xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" |
| xmlns:x1="http://cxf.apache.org/jms_greeter/types" |
| xmlns:soapjms="http://www.w3.org/2010/soapjms/" |
| name="JMSGreeterService" |
| targetNamespace="http://cxf.apache.org/jms_greeter"> |
| <wsdl:types> |
| <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://cxf.apache.org/jms_greeter/types" elementFormDefault="qualified"> |
| <element name="sayHi"> |
| <complexType/> |
| </element> |
| <element name="sayHiResponse"> |
| <complexType> |
| <sequence> |
| <element name="responseType" type="xsd:string"/> |
| </sequence> |
| </complexType> |
| </element> |
| <element name="greetMe"> |
| <complexType> |
| <sequence> |
| <element name="requestType" type="xsd:string"/> |
| </sequence> |
| </complexType> |
| </element> |
| <element name="greetMeResponse"> |
| <complexType> |
| <sequence> |
| <element name="responseType" type="xsd:string"/> |
| </sequence> |
| </complexType> |
| </element> |
| <element name="greetMeOneWay"> |
| <complexType> |
| <sequence> |
| <element name="requestType" type="xsd:string"/> |
| </sequence> |
| </complexType> |
| </element> |
| </schema> |
| </wsdl:types> |
| <wsdl:message name="sayHiRequest"> |
| <wsdl:part element="x1:sayHi" name="in"/> |
| </wsdl:message> |
| <wsdl:message name="sayHiResponse"> |
| <wsdl:part element="x1:sayHiResponse" name="out"/> |
| </wsdl:message> |
| <wsdl:message name="greetMeRequest"> |
| <wsdl:part element="x1:greetMe" name="in"/> |
| </wsdl:message> |
| <wsdl:message name="greetMeResponse"> |
| <wsdl:part element="x1:greetMeResponse" name="out"/> |
| </wsdl:message> |
| <wsdl:message name="greetMeOneWayRequest"> |
| <wsdl:part element="x1:greetMeOneWay" name="in"/> |
| </wsdl:message> |
| <wsdl:portType name="JMSGreeterPortType"> |
| <wsdl:operation name="sayHi"> |
| <wsdl:input message="tns:sayHiRequest" name="sayHiRequest"/> |
| <wsdl:output message="tns:sayHiResponse" name="sayHiResponse"/> |
| </wsdl:operation> |
| <wsdl:operation name="greetMe"> |
| <wsdl:input message="tns:greetMeRequest" name="greetMeRequest"/> |
| <wsdl:output message="tns:greetMeResponse" name="greetMeResponse"/> |
| </wsdl:operation> |
| <wsdl:operation name="greetMeOneWay"> |
| <wsdl:input message="tns:greetMeOneWayRequest" name="greetMeOneWayRequest"/> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="JMSGreeterPortBinding" type="tns:JMSGreeterPortType"> |
| <soap:binding style="document" transport="http://www.w3.org/2010/soapjms/"/> |
| <soapjms:jndiContextParameter name="name" value="value"/> |
| <soapjms:deliveryMode>PERSISTENT</soapjms:deliveryMode> |
| <soapjms:priority>5</soapjms:priority> |
| <soapjms:timeToLive>1000</soapjms:timeToLive> |
| <!-- <soapjms:replyToName>replytoname</soapjms:replyToName> --> |
| <wsdl:operation name="greetMe"> |
| <soap:operation soapAction="test" style="document"/> |
| <wsdl:input name="greetMeRequest"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="greetMeResponse"> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| <wsdl:operation name="sayHi"> |
| <soap:operation soapAction="test" style="document"/> |
| <wsdl:input name="sayHiRequest"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="sayHiResponse"> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| <wsdl:operation name="greetMeOneWay"> |
| <soap:operation soapaction="test" style="document"/> |
| <wsdl:input name="greetMeOneWayRequest"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="JMSGreeterService"> |
| <soapjms:jndiContextParameter name="name2" value="value2"/> |
| <soapjms:deliveryMode>NON_PERSISTENT |
| </soapjms:deliveryMode> |
| <soapjms:priority>6</soapjms:priority> |
| <soapjms:timeToLive>2000</soapjms:timeToLive> |
| <!--<soapjms:replyToName>replytoname2</soapjms:replyToName>--> |
| <wsdl:port binding="tns:JMSGreeterPortBinding" name="GreeterPort"> |
| <soap:address location="jms:queue:test.cxf.jmstransport.queue2"/> |
| <soapjms:jndiContextParameter name="name3" value="value3"/> |
| <soapjms:deliveryMode>PERSISTENT</soapjms:deliveryMode> |
| <soapjms:priority>7</soapjms:priority> |
| <soapjms:timeToLive>3000</soapjms:timeToLive> |
| <!-- |
| <soapjms:replyToName>replytoname3</soapjms:replyToName> |
| --> |
| </wsdl:port> |
| </wsdl:service> |
| <wsdl:service name="JMSGreeterService2"> |
| <soapjms:jndiContextParameter name="name2" value="value2"/> |
| <soapjms:deliveryMode>NON_PERSISTENT |
| </soapjms:deliveryMode> |
| <soapjms:priority>6</soapjms:priority> |
| <soapjms:timeToLive>2000</soapjms:timeToLive> |
| <!--<soapjms:replyToName>replytoname2</soapjms:replyToName>--> |
| <wsdl:port binding="tns:JMSGreeterPortBinding" name="GreeterPort2"> |
| <soapjms:jndiConnectionFactoryName>ConnectionFactory</soapjms:jndiConnectionFactoryName> |
| <soap:address location="jms:queue:test.cxf.jmstransport.queue5"/> |
| <soapjms:jndiContextParameter name="name3" value="value3"/> |
| <soapjms:deliveryMode>PERSISTENT</soapjms:deliveryMode> |
| <soapjms:priority>7</soapjms:priority> |
| <soapjms:timeToLive>3000</soapjms:timeToLive> |
| <!-- |
| <soapjms:replyToName>replytoname3</soapjms:replyToName> |
| --> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |