| <?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="HelloWorldImplService" targetNamespace="http://cxf.examples.servicemix.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cxf.examples.servicemix.apache.org/" 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://cxf.examples.servicemix.apache.org/" xmlns="http://cxf.examples.servicemix.apache.org/" 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="HelloWorldImplServiceSoapBinding" 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="HelloWorldImplService"> |
| <wsdl:port binding="tns:HelloWorldImplServiceSoapBinding" name="HelloWorldImplPort"> |
| <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> |