| <?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="HelloWorldImplService" targetNamespace="http://camel.apache.org/cxf/wsrm" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://camel.apache.org/cxf/wsrm" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| <wsdl:types> |
| <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://camel.apache.org/cxf/wsrm" xmlns="http://camel.apache.org/cxf/wsrm" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
| <xs:complexType name="sayHi"> |
| <xs:sequence> |
| <xs:element minOccurs="0" name="arg0" type="xs:string"/> |
| </xs:sequence> |
| </xs:complexType> |
| <xs:complexType name="sayHiResponse"> |
| <xs:sequence> |
| <xs:element minOccurs="0" name="return" type="xs:string"/> |
| </xs:sequence> |
| </xs:complexType> |
| <xs:element name="sayHi" nillable="true" type="sayHi"/> |
| <xs:element name="sayHiResponse" nillable="true" type="sayHiResponse"/> |
| </xs:schema> |
| </wsdl:types> |
| <wsdl:message name="sayHi"> |
| <wsdl:part element="tns:sayHi" name="parameters"> |
| </wsdl:part> |
| </wsdl:message> |
| <wsdl:message name="sayHiResponse"> |
| <wsdl:part element="tns:sayHiResponse" name="parameters"> |
| </wsdl:part> |
| </wsdl:message> |
| <wsdl:portType name="HelloWorld"> |
| <wsdl:operation name="sayHi"> |
| <wsdl:input message="tns:sayHi" name="sayHi"> |
| </wsdl:input> |
| <wsdl:output message="tns:sayHiResponse" name="sayHiResponse"> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="HelloWorldServiceSoapBinding" type="tns:HelloWorld"> |
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="sayHi"> |
| <soap:operation soapAction="" style="document"/> |
| <wsdl:input name="sayHi"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="sayHiResponse"> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="HelloWorldService"> |
| <wsdl:port binding="tns:HelloWorldServiceSoapBinding" name="HelloWorldPort"> |
| <soap:address location="http://localhost:9191/HelloWorld"/> |
| <wswa:UsingAddressing xmlns:wswa="http://www.w3.org/2005/02/addressing/wsdl"/> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |