<?xml version="1.0"?><definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd" xmlns:tns="urn:hellowsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:hellowsdl"><message name="helloRequest"><part name="name" type="xsd:string" /></message><message name="helloResponse"><part name="return" type="xsd:string" /></message><portType name="hellowsdlPortType"><operation name="hello"><documentation>Says hello to the caller</documentation><input message="tns:helloRequest"/><output message="tns:helloResponse"/></operation></portType><binding name="hellowsdlBinding" type="tns:hellowsdlPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="hello"><soap:operation soapAction="urn:hellowsdl#hello" style="rpc"/><input><soap:body use="encoded" namespace="urn:hellowsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:hellowsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding><service name="hellowsdl"><port name="hellowsdlPort" binding="tns:hellowsdlBinding"><soap:address location="http://www.luar.net/phptest/soap/hello.php"/></port></service></definitions>