<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsFormSettingsservice" 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="InitCacheFormSettings0Request">
    <part name="pUserName" type="xs:string"/>
  </message>
  <message name="InitCacheFormSettings0Response"/>
  <message name="GetJsonLayoutSettings1Request">
    <part name="pFormName" type="xs:string"/>
  </message>
  <message name="GetJsonLayoutSettings1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetJsonQuerySettings2Request">
    <part name="pFormName" type="xs:string"/>
  </message>
  <message name="GetJsonQuerySettings2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateJsonOnDB3Request">
    <part name="pFormName" type="xs:string"/>
    <part name="ALayoutSetting" type="xs:string"/>
  </message>
  <message name="UpdateJsonOnDB3Response"/>
  <message name="GetLayoutSettings4Request">
    <part name="AUserName" type="xs:string"/>
    <part name="AFormName" type="xs:string"/>
  </message>
  <message name="GetLayoutSettings4Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetQuerySettings5Request">
    <part name="AUserName" type="xs:string"/>
    <part name="AFormName" type="xs:string"/>
  </message>
  <message name="GetQuerySettings5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateSettingsOnDB6Request">
    <part name="AUserName" type="xs:string"/>
    <part name="AFormName" type="xs:string"/>
    <part name="ASettings" type="xs:string"/>
  </message>
  <message name="UpdateSettingsOnDB6Response"/>
  <message name="GetAllSettings7Request">
    <part name="AUserName" type="xs:string"/>
  </message>
  <message name="GetAllSettings7Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <portType name="IWsFormSettings">
    <operation name="InitCacheFormSettings">
      <input message="tns:InitCacheFormSettings0Request"/>
      <output message="tns:InitCacheFormSettings0Response"/>
    </operation>
    <operation name="GetJsonLayoutSettings">
      <input message="tns:GetJsonLayoutSettings1Request"/>
      <output message="tns:GetJsonLayoutSettings1Response"/>
    </operation>
    <operation name="GetJsonQuerySettings">
      <input message="tns:GetJsonQuerySettings2Request"/>
      <output message="tns:GetJsonQuerySettings2Response"/>
    </operation>
    <operation name="UpdateJsonOnDB">
      <input message="tns:UpdateJsonOnDB3Request"/>
      <output message="tns:UpdateJsonOnDB3Response"/>
    </operation>
    <operation name="GetLayoutSettings">
      <input message="tns:GetLayoutSettings4Request"/>
      <output message="tns:GetLayoutSettings4Response"/>
    </operation>
    <operation name="GetQuerySettings">
      <input message="tns:GetQuerySettings5Request"/>
      <output message="tns:GetQuerySettings5Response"/>
    </operation>
    <operation name="UpdateSettingsOnDB">
      <input message="tns:UpdateSettingsOnDB6Request"/>
      <output message="tns:UpdateSettingsOnDB6Response"/>
    </operation>
    <operation name="GetAllSettings">
      <input message="tns:GetAllSettings7Request"/>
      <output message="tns:GetAllSettings7Response"/>
    </operation>
  </portType>
  <binding name="IWsFormSettingsbinding" type="tns:IWsFormSettings">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="InitCacheFormSettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#InitCacheFormSettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="GetJsonLayoutSettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#GetJsonLayoutSettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="GetJsonQuerySettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#GetJsonQuerySettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="UpdateJsonOnDB">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#UpdateJsonOnDB" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="GetLayoutSettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#GetLayoutSettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="GetQuerySettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#GetQuerySettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="UpdateSettingsOnDB">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#UpdateSettingsOnDB" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
    <operation name="GetAllSettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFormSettingsIntf-IWsFormSettings#GetAllSettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFormSettingsIntf-IWsFormSettings"/>
      </output>
    </operation>
  </binding>
  <service name="IWsFormSettingsservice">
    <port name="IWsFormSettingsPort" binding="tns:IWsFormSettingsbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsFormSettings"/>
    </port>
  </service>
</definitions>

