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