<?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="http://www.geolizer.de/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.geolizer.de/"><types><xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.geolizer.de"><xsd:complexType name="ArrayOfstring"><xsd:complexContent><xsd:restriction base="SOAP-ENC:Array"><attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="string[]"/></xsd:restriction></xsd:complexContent></xsd:complexType></xsd:schema></types><message name="getLocationRequest"><part name="ip" type="si:ArrayOfstring" /><part name="username" type="si:ArrayOfstring" /><part name="password" type="si:ArrayOfstring" /></message><message name="getLocationResponse"><part name="location" type="si:ArrayOfstring" /></message><portType name="GeolizerPortType"><operation name="getLocation"><input message="tns:getLocationRequest"/><output message="tns:getLocationResponse"/></operation></portType><binding name="GeolizerBinding" type="tns:GeolizerPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="getLocation"><soap:operation soapAction="http://www.dns02.de/geolizer/server.php" style="rpc"/><input><soap:body use="encoded" namespace="http://www.geolizer.de/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.geolizer.de/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding><service name="Geolizer"><port name="GeolizerPort" binding="tns:GeolizerBinding"><soap:address location="http://www.dns02.de/geolizer/server.php"/></port></service></definitions>