<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IXmlReportSupportservice" 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="GetXsd0Request">
    <part name="XmlSourceFile" type="xs:string"/>
    <part name="aQueryName" type="xs:string"/>
  </message>
  <message name="GetXsd0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetXsdStd1Request">
    <part name="XmlSourceFile" type="xs:string"/>
    <part name="aQueryName" type="xs:string"/>
  </message>
  <message name="GetXsdStd1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDatasourceXsd2Request">
    <part name="ADatasourceTemplateId" type="xs:int"/>
    <part name="AQueryName" type="xs:string"/>
  </message>
  <message name="GetDatasourceXsd2Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IXmlReportSupport">
    <operation name="GetXsd">
      <input message="tns:GetXsd0Request"/>
      <output message="tns:GetXsd0Response"/>
    </operation>
    <operation name="GetXsdStd">
      <input message="tns:GetXsdStd1Request"/>
      <output message="tns:GetXsdStd1Response"/>
    </operation>
    <operation name="GetDatasourceXsd">
      <input message="tns:GetDatasourceXsd2Request"/>
      <output message="tns:GetDatasourceXsd2Response"/>
    </operation>
  </portType>
  <binding name="IXmlReportSupportbinding" type="tns:IXmlReportSupport">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetXsd">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsXmlReportSupportIntf-IXmlReportSupport#GetXsd" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlReportSupportIntf-IXmlReportSupport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlReportSupportIntf-IXmlReportSupport"/>
      </output>
    </operation>
    <operation name="GetXsdStd">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsXmlReportSupportIntf-IXmlReportSupport#GetXsdStd" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlReportSupportIntf-IXmlReportSupport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlReportSupportIntf-IXmlReportSupport"/>
      </output>
    </operation>
    <operation name="GetDatasourceXsd">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsXmlReportSupportIntf-IXmlReportSupport#GetDatasourceXsd" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlReportSupportIntf-IXmlReportSupport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlReportSupportIntf-IXmlReportSupport"/>
      </output>
    </operation>
  </binding>
  <service name="IXmlReportSupportservice">
    <port name="IXmlReportSupportPort" binding="tns:IXmlReportSupportbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IXmlReportSupport"/>
    </port>
  </service>
</definitions>

