<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsReportManagerservice" 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="GetReportingConnectionParams0Request"/>
  <message name="GetReportingConnectionParams0Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWsReportManager">
    <operation name="GetReportingConnectionParams">
      <input message="tns:GetReportingConnectionParams0Request"/>
      <output message="tns:GetReportingConnectionParams0Response"/>
    </operation>
  </portType>
  <binding name="IWsReportManagerbinding" type="tns:IWsReportManager">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetReportingConnectionParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsReportManagerIntf-IWsReportManager#GetReportingConnectionParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsReportManagerIntf-IWsReportManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsReportManagerIntf-IWsReportManager"/>
      </output>
    </operation>
  </binding>
  <service name="IWsReportManagerservice">
    <port name="IWsReportManagerPort" binding="tns:IWsReportManagerbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsReportManager"/>
    </port>
  </service>
</definitions>

