<?xml version="1.0" encoding="UTF-8"??>-??<wsdl:definitions?targetNamespace="http://localhost:8080/axis/services/SayHelloService"?xmlns:apachesoap="http://xml.apache.org/xml-soap"?xmlns:impl="http://localhost:8080/axis/services/SayHelloService"?xmlns:intf="http://localhost:8080/axis/services/SayHelloService"?xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"?xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"?xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"?xmlns:xsd="http://www.w3.org/2001/XMLSchema"> -?<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->-?<wsdl:message?name="sayHelloResponse">??<wsdl:part?name="sayHelloReturn"?type="xsd:string"?/></wsdl:message>-?<wsdl:message?name="sayHelloRequest">??<wsdl:part?name="name"?type="xsd:string"?/></wsdl:message>-?<wsdl:portType?name="SayHello">-?<wsdl:operation?name="sayHello"?parameterOrder="name">??<wsdl:input?message="impl:sayHelloRequest"?name="sayHelloRequest"?/>??<wsdl:output?message="impl:sayHelloResponse"?name="sayHelloResponse"?/></wsdl:operation></wsdl:portType>-?<wsdl:binding?name="SayHelloServiceSoapBinding"?type="impl:SayHello">??<wsdlsoap:binding?style="rpc"?transport="http://schemas.xmlsoap.org/soap/http"?/>-?<wsdl:operation?name="sayHello">??<wsdlsoap:operation?soapAction=""?/>-?<wsdl:input?name="sayHelloRequest">??<wsdlsoap:body?encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"?namespace="http://hello.com"?use="encoded"?/></wsdl:input> -?<wsdl:output?name="sayHelloResponse">??<wsdlsoap:body?encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"?namespace="http://localhost:8080/axis/services/SayHelloService"?use="encoded"?/></wsdl:output></wsdl:operation></wsdl:binding>-??<wsdl:service?name="SayHelloService">?-?<wsdl:port?binding="impl:SayHelloServiceSoapBinding"?name="SayHelloService">???<wsdlsoap:address?location="http://localhost:8080/axis/services/SayHelloService"?/></wsdl:port></wsdl:service>