<?xmlversion="1.0"encoding="utf-8"?><!-- Minimal document/literal SOAP 1.2 WSDL for the `simple_service` example.
One operation, SayHello, takes a Name string and returns a Greeting string. --><wsdl:definitionsxmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap12/"xmlns:xs="http://www.w3.org/2001/XMLSchema"xmlns:tns="urn:example:hello"targetNamespace="urn:example:hello"><wsdl:types><xs:schematargetNamespace="urn:example:hello"elementFormDefault="qualified"><xs:elementname="SayHello"><xs:complexType><xs:sequence><xs:elementname="Name"type="xs:string"minOccurs="1"/></xs:sequence></xs:complexType></xs:element><xs:elementname="SayHelloResponse"><xs:complexType><xs:sequence><xs:elementname="Greeting"type="xs:string"minOccurs="1"/></xs:sequence></xs:complexType></xs:element></xs:schema></wsdl:types><wsdl:messagename="SayHelloRequest"><wsdl:partname="parameters"element="tns:SayHello"/></wsdl:message><wsdl:messagename="SayHelloResponse"><wsdl:partname="parameters"element="tns:SayHelloResponse"/></wsdl:message><wsdl:portTypename="HelloPort"><wsdl:operationname="SayHello"><wsdl:inputmessage="tns:SayHelloRequest"/><wsdl:outputmessage="tns:SayHelloResponse"/></wsdl:operation></wsdl:portType><wsdl:bindingname="HelloBinding"type="tns:HelloPort"><soap:bindingstyle="document"transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operationname="SayHello"><soap:operationsoapAction="urn:example:hello/SayHello"/><wsdl:input><soap:bodyuse="literal"/></wsdl:input><wsdl:output><soap:bodyuse="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:servicename="HelloService"><wsdl:portname="HelloPort"binding="tns:HelloBinding"><soap:addresslocation="http://localhost:8080/hello"/></wsdl:port></wsdl:service></wsdl:definitions>