<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://webservice.bie.webdeninteractive.com" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://webservice.bie.webdeninteractive.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types />
  <wsdl:message name="runServiceSoapIn">
    <wsdl:part name="routeID" type="s:string" />
    <wsdl:part name="message" type="s:string" />
  </wsdl:message>
  <wsdl:message name="runServiceSoapOut">
    <wsdl:part name="runServiceResult" type="s:string" />
  </wsdl:message>
  <wsdl:portType name="BIERequest">
    <wsdl:operation name="runService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call A Service</wsdl:documentation>
      <wsdl:input message="tns:runServiceSoapIn" />
      <wsdl:output message="tns:runServiceSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BIERequest" type="tns:BIERequest">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    <wsdl:operation name="runService">
      <soap:operation soapAction="" style="rpc" />
      <wsdl:input>
        <soap:body use="encoded" namespace="http://webservice.bie.webdeninteractive.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://webservice.bie.webdeninteractive.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="BIERequest1" type="tns:BIERequest">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    <wsdl:operation name="runService">
      <soap12:operation soapAction="" style="rpc" />
      <wsdl:input>
        <soap12:body use="encoded" namespace="http://webservice.bie.webdeninteractive.com" encodingStyle="http://www.w3.org/2003/05/soap-encoding" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="encoded" namespace="http://webservice.bie.webdeninteractive.com" encodingStyle="http://www.w3.org/2003/05/soap-encoding" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="BIERequestService">
    <wsdl:port name="BIERequest" binding="tns:BIERequest">
      <soap:address location="http://10.170.118.103/LEIE/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="BIERequest1" binding="tns:BIERequest1">
      <soap12:address location="http://10.170.118.103/LEIE/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
