<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsHistoryLogservice" 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="GetEntityRecap0Request">
    <part name="AEntityTable" type="xs:int"/>
    <part name="AEntityId" type="xs:int"/>
    <part name="ATableName" type="xs:string"/>
  </message>
  <message name="GetEntityRecap0Response">
    <part name="ACreateDateTime" type="xs:double"/>
    <part name="AEditDateTime" type="xs:double"/>
    <part name="ACreateUserId" type="xs:int"/>
    <part name="ACreateWksId" type="xs:int"/>
    <part name="AEditUserId" type="xs:int"/>
    <part name="AEditWksId" type="xs:int"/>
    <part name="ACreateUserDesc" type="xs:string"/>
    <part name="ACreateWksDesc" type="xs:string"/>
    <part name="AEditUserDesc" type="xs:string"/>
    <part name="AEditWksDesc" type="xs:string"/>
  </message>
  <message name="LogModification1Request">
    <part name="AEntityTable" type="xs:int"/>
    <part name="AEntityId" type="xs:int"/>
    <part name="ADataXML" type="xs:string"/>
    <part name="ALogNote" type="xs:string"/>
  </message>
  <message name="LogModification1Response"/>
  <message name="GetHistoryLogXML2Request">
    <part name="AHistoryLogId" type="xs:int"/>
  </message>
  <message name="GetHistoryLogXML2Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWsHistoryLog">
    <operation name="GetEntityRecap">
      <input message="tns:GetEntityRecap0Request"/>
      <output message="tns:GetEntityRecap0Response"/>
    </operation>
    <operation name="LogModification">
      <input message="tns:LogModification1Request"/>
      <output message="tns:LogModification1Response"/>
    </operation>
    <operation name="GetHistoryLogXML">
      <input message="tns:GetHistoryLogXML2Request"/>
      <output message="tns:GetHistoryLogXML2Response"/>
    </operation>
  </portType>
  <binding name="IWsHistoryLogbinding" type="tns:IWsHistoryLog">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetEntityRecap">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsHistoryLogIntf-IWsHistoryLog#GetEntityRecap" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsHistoryLogIntf-IWsHistoryLog"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsHistoryLogIntf-IWsHistoryLog"/>
      </output>
    </operation>
    <operation name="LogModification">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsHistoryLogIntf-IWsHistoryLog#LogModification" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsHistoryLogIntf-IWsHistoryLog"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsHistoryLogIntf-IWsHistoryLog"/>
      </output>
    </operation>
    <operation name="GetHistoryLogXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsHistoryLogIntf-IWsHistoryLog#GetHistoryLogXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsHistoryLogIntf-IWsHistoryLog"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsHistoryLogIntf-IWsHistoryLog"/>
      </output>
    </operation>
  </binding>
  <service name="IWsHistoryLogservice">
    <port name="IWsHistoryLogPort" binding="tns:IWsHistoryLogbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsHistoryLog"/>
    </port>
  </service>
</definitions>

