<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBBoardListservice" 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="GetData0Request"/>
  <message name="GetData0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetJSonData1Request"/>
  <message name="GetJSonData1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DeletePackage2Request">
    <part name="APackageId" type="xs:int"/>
  </message>
  <message name="DeletePackage2Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsDBBoardList">
    <operation name="GetData">
      <input message="tns:GetData0Request"/>
      <output message="tns:GetData0Response"/>
    </operation>
    <operation name="GetJSonData">
      <input message="tns:GetJSonData1Request"/>
      <output message="tns:GetJSonData1Response"/>
    </operation>
    <operation name="DeletePackage">
      <input message="tns:DeletePackage2Request"/>
      <output message="tns:DeletePackage2Response"/>
    </operation>
  </portType>
  <binding name="IWsDBBoardListbinding" type="tns:IWsDBBoardList">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBBoardListIntf-IWsDBBoardList#GetData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBBoardListIntf-IWsDBBoardList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBBoardListIntf-IWsDBBoardList"/>
      </output>
    </operation>
    <operation name="GetJSonData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBBoardListIntf-IWsDBBoardList#GetJSonData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBBoardListIntf-IWsDBBoardList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBBoardListIntf-IWsDBBoardList"/>
      </output>
    </operation>
    <operation name="DeletePackage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBBoardListIntf-IWsDBBoardList#DeletePackage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBBoardListIntf-IWsDBBoardList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBBoardListIntf-IWsDBBoardList"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBBoardListservice">
    <port name="IWsDBBoardListPort" binding="tns:IWsDBBoardListbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsDBBoardList"/>
    </port>
  </service>
</definitions>

