<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsBoardFavservice" 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="AddButton0Request">
    <part name="AUserId" type="xs:int"/>
    <part name="APriorityOrder" type="xs:int"/>
    <part name="AButton" type="xs:string"/>
  </message>
  <message name="AddButton0Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="RemoveButton1Request">
    <part name="ABoardFavId" type="xs:int"/>
    <part name="AUserId" type="xs:int"/>
  </message>
  <message name="RemoveButton1Response"/>
  <message name="UpdatePriorityOrder2Request">
    <part name="ABoardFavId" type="xs:int"/>
    <part name="APriorityOrder" type="xs:int"/>
  </message>
  <message name="UpdatePriorityOrder2Response"/>
  <portType name="IWsBoardFav">
    <operation name="AddButton">
      <input message="tns:AddButton0Request"/>
      <output message="tns:AddButton0Response"/>
    </operation>
    <operation name="RemoveButton">
      <input message="tns:RemoveButton1Request"/>
      <output message="tns:RemoveButton1Response"/>
    </operation>
    <operation name="UpdatePriorityOrder">
      <input message="tns:UpdatePriorityOrder2Request"/>
      <output message="tns:UpdatePriorityOrder2Response"/>
    </operation>
  </portType>
  <binding name="IWsBoardFavbinding" type="tns:IWsBoardFav">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="AddButton">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsBoardFavIntf-IWsBoardFav#AddButton" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsBoardFavIntf-IWsBoardFav"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsBoardFavIntf-IWsBoardFav"/>
      </output>
    </operation>
    <operation name="RemoveButton">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsBoardFavIntf-IWsBoardFav#RemoveButton" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsBoardFavIntf-IWsBoardFav"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsBoardFavIntf-IWsBoardFav"/>
      </output>
    </operation>
    <operation name="UpdatePriorityOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsBoardFavIntf-IWsBoardFav#UpdatePriorityOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsBoardFavIntf-IWsBoardFav"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsBoardFavIntf-IWsBoardFav"/>
      </output>
    </operation>
  </binding>
  <service name="IWsBoardFavservice">
    <port name="IWsBoardFavPort" binding="tns:IWsBoardFavbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsBoardFav"/>
    </port>
  </service>
</definitions>

