| <?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="BareSoapServiceImplService" targetNamespace="http://cxf.component.camel.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cxf.component.camel.apache.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| <wsdl:message name="doSomething"> |
| </wsdl:message> |
| <wsdl:message name="doSomethingResponse"> |
| </wsdl:message> |
| <wsdl:portType name="BareSoapService"> |
| <wsdl:operation name="doSomething"> |
| <wsdl:input message="tns:doSomething" name="doSomething"> |
| </wsdl:input> |
| <wsdl:output message="tns:doSomethingResponse" name="doSomethingResponse"> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="BareSoapServiceImplServiceSoapBinding" type="tns:BareSoapService"> |
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="doSomething"> |
| <soap:operation soapAction="" style="document"/> |
| <wsdl:input name="doSomething"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="doSomethingResponse"> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="BareSoapServiceImplService"> |
| <wsdl:port binding="tns:BareSoapServiceImplServiceSoapBinding" name="BareSoapServiceImplPort"> |
| <!-- <soap:address location="http://localhost:10000/original/Service"/> --> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |