<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsXmlGeneratorservice" 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="GetXmlWithParam0Request">
    <part name="ATransformationType" type="xs:unsignedByte"/>
    <part name="aCnfgXml" type="xs:string"/>
    <part name="aParams" type="xs:string"/>
    <part name="aXsl" type="xs:string"/>
    <part name="aLogPath" type="xs:string"/>
    <part name="aEncoding" type="xs:string"/>
    <part name="aTextQualifiers" type="xs:boolean"/>
  </message>
  <message name="GetXmlWithParam0Response">
    <part name="ALogMsg" type="xs:string"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="PrepareExport1Request">
    <part name="aCnfgXml" type="xs:string"/>
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="PrepareExport1Response">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsXmlGenerator">
    <operation name="GetXmlWithParam">
      <input message="tns:GetXmlWithParam0Request"/>
      <output message="tns:GetXmlWithParam0Response"/>
    </operation>
    <operation name="PrepareExport">
      <input message="tns:PrepareExport1Request"/>
      <output message="tns:PrepareExport1Response"/>
    </operation>
  </portType>
  <binding name="IWsXmlGeneratorbinding" type="tns:IWsXmlGenerator">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetXmlWithParam">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsXmlGeneratorIntf-IWsXmlGenerator#GetXmlWithParam" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlGeneratorIntf-IWsXmlGenerator"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlGeneratorIntf-IWsXmlGenerator"/>
      </output>
    </operation>
    <operation name="PrepareExport">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsXmlGeneratorIntf-IWsXmlGenerator#PrepareExport" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlGeneratorIntf-IWsXmlGenerator"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsXmlGeneratorIntf-IWsXmlGenerator"/>
      </output>
    </operation>
  </binding>
  <service name="IWsXmlGeneratorservice">
    <port name="IWsXmlGeneratorPort" binding="tns:IWsXmlGeneratorbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsXmlGenerator"/>
    </port>
  </service>
</definitions>

