<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="OpsServiceEndPoint" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsp:Policy wsu:Id="MexBasicHttpBindingEndpoint_policy">
    <wsp:ExactlyOne>
      <wsp:All>
        <wsaw:UsingAddressing />
      </wsp:All>
    </wsp:ExactlyOne>
  </wsp:Policy>
  <wsdl:types>
    <xsd:schema targetNamespace="http://tempuri.org/Imports">
      <xsd:import schemaLocation="http://localhost:53531/OpsServiceEndPoint.svc?xsd=xsd0" namespace="http://tempuri.org/" />
      <xsd:import schemaLocation="http://localhost:53531/OpsServiceEndPoint.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
      <xsd:import schemaLocation="http://localhost:53531/OpsServiceEndPoint.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/HWCommon.Message" />
      <xsd:import schemaLocation="http://localhost:53531/OpsServiceEndPoint.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/HWCommon.Message.FeedLoader" />
      <xsd:import schemaLocation="http://localhost:53531/OpsServiceEndPoint.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/HWCommon.Message.Ops" />
      <xsd:import schemaLocation="http://localhost:53531/OpsServiceEndPoint.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/HWCommon" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="IOpsServiceEndPoint_Ping_InputMessage">
    <wsdl:part name="parameters" element="tns:Ping" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_Ping_OutputMessage">
    <wsdl:part name="parameters" element="tns:PingResponse" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_SumbitFeed_InputMessage">
    <wsdl:part name="parameters" element="tns:SumbitFeed" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_SumbitFeed_OutputMessage">
    <wsdl:part name="parameters" element="tns:SumbitFeedResponse" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_SumbitFeeds_InputMessage">
    <wsdl:part name="parameters" element="tns:SumbitFeeds" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_SumbitFeeds_OutputMessage">
    <wsdl:part name="parameters" element="tns:SumbitFeedsResponse" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_AddLegacyOrder_InputMessage">
    <wsdl:part name="parameters" element="tns:AddLegacyOrder" />
  </wsdl:message>
  <wsdl:message name="IOpsServiceEndPoint_AddLegacyOrder_OutputMessage">
    <wsdl:part name="parameters" element="tns:AddLegacyOrderResponse" />
  </wsdl:message>
  <wsdl:portType name="IOpsServiceEndPoint">
    <wsdl:operation name="Ping">
      <wsdl:input wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/Ping" message="tns:IOpsServiceEndPoint_Ping_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/PingResponse" message="tns:IOpsServiceEndPoint_Ping_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="SumbitFeed">
      <wsdl:input wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/SumbitFeed" message="tns:IOpsServiceEndPoint_SumbitFeed_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/SumbitFeedResponse" message="tns:IOpsServiceEndPoint_SumbitFeed_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="SumbitFeeds">
      <wsdl:input wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/SumbitFeeds" message="tns:IOpsServiceEndPoint_SumbitFeeds_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/SumbitFeedsResponse" message="tns:IOpsServiceEndPoint_SumbitFeeds_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="AddLegacyOrder">
      <wsdl:input wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/AddLegacyOrder" message="tns:IOpsServiceEndPoint_AddLegacyOrder_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IOpsServiceEndPoint/AddLegacyOrderResponse" message="tns:IOpsServiceEndPoint_AddLegacyOrder_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MexBasicHttpBindingEndpoint" type="tns:IOpsServiceEndPoint">
    <wsp:PolicyReference URI="#MexBasicHttpBindingEndpoint_policy" />
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Ping">
      <soap12:operation soapAction="http://tempuri.org/IOpsServiceEndPoint/Ping" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumbitFeed">
      <soap12:operation soapAction="http://tempuri.org/IOpsServiceEndPoint/SumbitFeed" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumbitFeeds">
      <soap12:operation soapAction="http://tempuri.org/IOpsServiceEndPoint/SumbitFeeds" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddLegacyOrder">
      <soap12:operation soapAction="http://tempuri.org/IOpsServiceEndPoint/AddLegacyOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="OpsServiceEndPoint">
    <wsdl:port name="MexBasicHttpBindingEndpoint" binding="tns:MexBasicHttpBindingEndpoint">
      <soap12:address location="http://localhost:53531/OpsServiceEndPoint.svc" />
      <wsa10:EndpointReference>
        <wsa10:Address>http://localhost:53531/OpsServiceEndPoint.svc</wsa10:Address>
        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
          <Dns>http://locahost</Dns>
        </Identity>
      </wsa10:EndpointReference>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>