<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:DefaultNamespace" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:DefaultNamespace" xmlns:intf="urn:DefaultNamespace" 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:types><schema targetNamespace="urn:DefaultNamespace" xmlns="http://www.w3.org/2001/XMLSchema"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="SWISSCITY"><sequence><element name="CITYNAME" type="xsd:string"/><element name="ZIP" type="xsd:string"/><element name="CANTON" type="xsd:string"/><element name="WEBSERVICECOMMENT" type="xsd:string"/><element name="WEBSERVICEVERSION" type="xsd:string"/></sequence></complexType></schema></wsdl:types><wsdl:message name="SEARCHBYZIPRequest"><wsdl:part name="ZIP" type="xsd:string"/></wsdl:message><wsdl:message name="SEARCHBYCITYNAMERequest"><wsdl:part name="CITYNAME" type="xsd:string"/></wsdl:message><wsdl:message name="SEARCHBYCITYNAMEResponse"><wsdl:part name="SEARCHBYCITYNAMEReturn" type="intf:SWISSCITY"/></wsdl:message><wsdl:message name="SEARCHBYZIPResponse"><wsdl:part name="SEARCHBYZIPReturn" type="intf:SWISSCITY"/></wsdl:message><wsdl:portType name="SwissCityInfoBrokerPortType"><wsdl:operation name="SEARCHBYCITYNAME" parameterOrder="CITYNAME"><wsdl:input message="intf:SEARCHBYCITYNAMERequest" name="SEARCHBYCITYNAMERequest"/><wsdl:output message="intf:SEARCHBYCITYNAMEResponse" name="SEARCHBYCITYNAMEResponse"/></wsdl:operation><wsdl:operation name="SEARCHBYZIP" parameterOrder="ZIP"><wsdl:input message="intf:SEARCHBYZIPRequest" name="SEARCHBYZIPRequest"/><wsdl:output message="intf:SEARCHBYZIPResponse" name="SEARCHBYZIPResponse"/></wsdl:operation></wsdl:portType><wsdl:binding name="SwissCityInfoBrokerServicePortSoapBinding" type="intf:SwissCityInfoBrokerPortType"><wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="SEARCHBYCITYNAME"><wsdlsoap:operation soapAction=""/><wsdl:input name="SEARCHBYCITYNAMERequest"><wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/></wsdl:input><wsdl:output name="SEARCHBYCITYNAMEResponse"><wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/></wsdl:output></wsdl:operation><wsdl:operation name="SEARCHBYZIP"><wsdlsoap:operation soapAction=""/><wsdl:input name="SEARCHBYZIPRequest"><wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/></wsdl:input><wsdl:output name="SEARCHBYZIPResponse"><wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="SwissCityInfoBrokerService"><wsdl:port binding="intf:SwissCityInfoBrokerServicePortSoapBinding" name="SwissCityInfoBrokerServicePort"><wsdlsoap:address location="http://notesnet.ch:80/NotesNet/SwissCities.nsf/SwissCityInfoBroker?OpenWebService"/></wsdl:port></wsdl:service></wsdl:definitions>