<?xml version='1.0' encoding='UTF-8'?>
<!--generated by GLUE on Mon May 20 01:35:52 PDT 2013-->
<definitions name='PlaceFinder' targetNamespace='http://arcweb.esri.com/v2' xmlns:tns='http://arcweb.esri.com/v2' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:http='http://schemas.xmlsoap.org/wsdl/http/' xmlns:mime='http://schemas.xmlsoap.org/wsdl/mime/' 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/' xmlns:tme='http://www.themindelectric.com/' xmlns:ns11='http://www.themindelectric.com/package/com.esri.is.services.common.v2/' xmlns:ns12='http://www.themindelectric.com/package/com.esri.is.services.common.v2.geom/' xmlns:ns13='http://www.themindelectric.com/package/com.esri.is.services.glue.v2.placefinder/'><types><xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' targetNamespace='http://www.themindelectric.com/package/com.esri.is.services.common.v2/'><xsd:import namespace='http://schemas.xmlsoap.org/soap/encoding/'/><xsd:import namespace='http://www.themindelectric.com/package/com.esri.is.services.common.v2.geom/'/><xsd:complexType name='LocationInfo'><xsd:sequence><xsd:element name='matchType' nillable='true' type='xsd:string'/><xsd:element name='candidates' nillable='true' type='ns11:ArrayOfLocation'/><xsd:element name='hasMore' type='xsd:boolean'/><xsd:element name='errorCode' nillable='true' type='xsd:string'/></xsd:sequence></xsd:complexType><xsd:complexType name='Location'><xsd:sequence><xsd:element name='point' nillable='true' type='ns12:Point'/><xsd:element name='description1' nillable='true' type='xsd:string'/><xsd:element name='description2' nillable='true' type='xsd:string'/><xsd:element name='score' type='xsd:double'/><xsd:element name='matchType' nillable='true' type='xsd:string'/><xsd:element name='type' nillable='true' type='xsd:string'/><xsd:element name='locationExtent' nillable='true' type='ns12:Envelope'/></xsd:sequence></xsd:complexType><xsd:complexType name='ArrayOfLocation'><xsd:complexContent><xsd:restriction base='soapenc:Array'><xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='ns11:Location[]'/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name='KeyValue'><xsd:sequence><xsd:element name='key' nillable='true' type='xsd:string'/><xsd:element name='value' nillable='true' type='xsd:string'/></xsd:sequence></xsd:complexType><xsd:complexType name='ArrayOfKeyValue'><xsd:complexContent><xsd:restriction base='soapenc:Array'><xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='ns11:KeyValue[]'/></xsd:restriction></xsd:complexContent></xsd:complexType></xsd:schema><xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' targetNamespace='http://www.themindelectric.com/package/com.esri.is.services.common.v2.geom/'><xsd:complexType name='Point'><xsd:sequence><xsd:element name='x' type='xsd:double'/><xsd:element name='y' type='xsd:double'/><xsd:element name='coordinateSystem' nillable='true' type='ns12:CoordinateSystem'/></xsd:sequence></xsd:complexType><xsd:complexType name='Envelope'><xsd:sequence><xsd:element name='minx' type='xsd:double'/><xsd:element name='miny' type='xsd:double'/><xsd:element name='maxx' type='xsd:double'/><xsd:element name='maxy' type='xsd:double'/><xsd:element name='coordinateSystem' nillable='true' type='ns12:CoordinateSystem'/></xsd:sequence></xsd:complexType><xsd:complexType name='CoordinateSystem'><xsd:sequence><xsd:element name='projection' nillable='true' type='xsd:string'/><xsd:element name='datumTransformation' nillable='true' type='xsd:string'/></xsd:sequence></xsd:complexType></xsd:schema><xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' targetNamespace='http://www.themindelectric.com/package/com.esri.is.services.glue.v2.placefinder/'><xsd:import namespace='http://www.themindelectric.com/package/com.esri.is.services.common.v2.geom/'/><xsd:complexType name='PlaceFinderOptions'><xsd:sequence><xsd:element name='dataSource' nillable='true' type='xsd:string'/><xsd:element name='filterType' nillable='true' type='xsd:string'/><xsd:element name='searchType' nillable='true' type='xsd:string'/><xsd:element name='filterCountry' nillable='true' type='xsd:string'/><xsd:element name='filterEnvelope' nillable='true' type='ns12:Envelope'/><xsd:element name='startIndex' type='xsd:int'/><xsd:element name='count' type='xsd:int'/></xsd:sequence></xsd:complexType></xsd:schema></types><message name='findPlace0In'><part name='placeName' type='xsd:string'><documentation>search string.</documentation></part><part name='placeFinderOptions' type='ns13:PlaceFinderOptions'><documentation>options object.</documentation></part><part name='token' type='xsd:string'><documentation>authentication token.</documentation></part></message><message name='findPlace0Out'><part name='Result' type='ns11:LocationInfo'><documentation>LocationInfo location information object. </documentation></part></message><message name='getTypes1In'><part name='dataSource' type='xsd:string'><documentation>service dataSource.</documentation></part><part name='token' type='xsd:string'><documentation>authentication token.</documentation></part></message><message name='getTypes1Out'><part name='Result' type='ns11:ArrayOfKeyValue'><documentation>KeyValue[] array of KeyValue objects. </documentation></part></message><message name='getCountryCodes2In'><part name='dataSource' type='xsd:string'><documentation>service dataSource.</documentation></part><part name='token' type='xsd:string'><documentation>authentication token.</documentation></part></message><message name='getCountryCodes2Out'><part name='Result' type='ns11:ArrayOfKeyValue'><documentation>KeyValue[] array of KeyValue objects. </documentation></part></message><message name='getVersion3In'/><message name='getVersion3Out'><part name='Result' type='xsd:string'/></message><portType name='IPlaceFinder'><operation name='findPlace' parameterOrder='placeName placeFinderOptions token'><documentation>Finds the location of all places that begin with the search string and are within the envelope specified.</documentation><input name='findPlace0In' message='tns:findPlace0In'/><output name='findPlace0Out' message='tns:findPlace0Out'/></operation><operation name='getTypes' parameterOrder='dataSource token'><documentation>Finds the list of location types and descriptions.</documentation><input name='getTypes1In' message='tns:getTypes1In'/><output name='getTypes1Out' message='tns:getTypes1Out'/></operation><operation name='getCountryCodes' parameterOrder='dataSource token'><documentation>Finds the list of country codes and long names.</documentation><input name='getCountryCodes2In' message='tns:getCountryCodes2In'/><output name='getCountryCodes2Out' message='tns:getCountryCodes2Out'/></operation><operation name='getVersion' parameterOrder=''><input name='getVersion3In' message='tns:getVersion3In'/><output name='getVersion3Out' message='tns:getVersion3Out'/></operation></portType><binding name='IPlaceFinder' type='tns:IPlaceFinder'><soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/><operation name='findPlace'><soap:operation soapAction='findPlace' style='rpc'/><input name='findPlace0In'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></input><output name='findPlace0Out'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></output></operation><operation name='getTypes'><soap:operation soapAction='getTypes' style='rpc'/><input name='getTypes1In'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></input><output name='getTypes1Out'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></output></operation><operation name='getCountryCodes'><soap:operation soapAction='getCountryCodes' style='rpc'/><input name='getCountryCodes2In'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></input><output name='getCountryCodes2Out'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></output></operation><operation name='getVersion'><soap:operation soapAction='getVersion' style='rpc'/><input name='getVersion3In'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></input><output name='getVersion3Out'><soap:body use='encoded' namespace='http://arcweb.esri.com/v2' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/></output></operation></binding><service name='PlaceFinder'><documentation>The Place Finder Web Service enables users to input a place name and receive a ranked candidate list of place names and associated coordinates. The ArcWeb Service is intended to support application developers who would like to provide &quot;find a place&quot; functionality within their Internet applications. </documentation><port name='IPlaceFinder' binding='tns:IPlaceFinder'><soap:address location='http://arcweb.esri.com/services/v2/PlaceFinder'/></port></service></definitions>