<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IAddressInOremPolygonservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="AddressInWhat0Request">
    <part name="Address" type="xs:string"/>
    <part name="OremGISServiceName" type="xs:string"/>
    <part name="LayerID" type="xs:string"/>
    <part name="FieldName" type="xs:string"/>
  </message>
  <message name="AddressInWhat0Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <portType name="IAddressInOremPolygon">
    <operation name="AddressInWhat">
      <input message="tns:AddressInWhat0Request"/>
      <output message="tns:AddressInWhat0Response"/>
    </operation>
  </portType>
  <binding name="IAddressInOremPolygonbinding" type="tns:IAddressInOremPolygon">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="AddressInWhat">
      <soap:operation soapAction="urn:AddressInOremPolygonIntf-IAddressInOremPolygon#AddressInWhat" style="rpc"/>
      <input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AddressInOremPolygonIntf-IAddressInOremPolygon"/>
      </input>
      <output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AddressInOremPolygonIntf-IAddressInOremPolygon"/>
      </output>
    </operation>
  </binding>
  <service name="IAddressInOremPolygonservice">
    <port name="IAddressInOremPolygonPort" binding="tns:IAddressInOremPolygonbinding">
      <soap:address location="http://gis.orem.org/GISServices/PolygonService.dll/soap/IAddressInOremPolygon"/>
    </port>
  </service>
</definitions>

