<?
xml version="1.0" encoding="UTF-8"?>
<
wsdl:definitions
name="TestServer"
xmlns="http://schemas.xmlsoap.org/
wsdl/"
xmlns:
soap="http://schemas.xmlsoap.org/
wsdl/
soap/"
xmlns:soapenc="http://schemas.xmlsoap.org/
soap/encoding/"
xmlns:tns=" [
url]http://
localhost/webservice-1/testserver.wsdl[/
url] "
xmlns:
wsdl="http://schemas.xmlsoap.org/
wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="nullTestServer.xsd1">
<
wsdl:types> </
wsdl:types>
<
wsdl:message name="addiereAntwort">
<
wsdl:part name="Result" type="xsd:float"/>
</
wsdl:message>
<
wsdl:message name="addiereAnfrage">
<
wsdl:part name="sum1" type="xsd:float"/>
<
wsdl:part name="sum2" type="xsd:float"/>
</
wsdl:message>
<
wsdl:portType name="TestServerPortType">
<
wsdl:operation name="addiere">
<
wsdl:input message="tns:addiereAnfrage"/>
<
wsdl:output message="tns:addiereAnwort"/>
</
wsdl:operation>
</
wsdl:portType>
<
wsdl:binding name="TestServerBinding" type="tns:TestServerPortType">
<
soap:binding style="rpc" transport="http://schemas.xmlsoap.org/
soap/http"/>
<
wsdl:operation name="addiere">
<
soap:operation soapAction="urn:xmethodsTestServer
#addiere"/>
<
wsdl:input>
<
soap:body parts="sum1 sum2" use="literal"/>
</
wsdl:input>
<
wsdl:output>
<
soap:body use="literal"/>
</
wsdl:output>
</
wsdl:operation>
</
wsdl:binding>
<
wsdl:service name="TestServerService">
<
wsdl:port binding="
wsdl:TestServerBinding" name="TestServerPort">
<
soap:address location="http://
localhost/webservice-1/server.php"/>
</
wsdl:port>
</
wsdl:service>
</
wsdl:definitions>