<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://ws.xwebservices.com/XWebFAQs/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://ws.xwebservices.com/XWebFAQs/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.xwebservices.com/XWebFAQs/">
      <s:element name="LoadFAQ">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="intFAQID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LoadFAQResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="LoadFAQResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AuthHeader" type="tns:AuthHeader" />
      <s:complexType name="AuthHeader">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="LoginName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProcessFAQ">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcessFAQResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProcessFAQResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewFAQID">
        <s:complexType />
      </s:element>
      <s:element name="GetNewFAQIDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetNewFAQIDResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LoadFAQs">
        <s:complexType />
      </s:element>
      <s:element name="LoadFAQsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="LoadFAQsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LoadFAQsPaged">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="intPageNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="intPageSize" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LoadFAQsPagedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="LoadFAQsPagedResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="LoadFAQSoapIn">
    <wsdl:part name="parameters" element="tns:LoadFAQ" />
  </wsdl:message>
  <wsdl:message name="LoadFAQSoapOut">
    <wsdl:part name="parameters" element="tns:LoadFAQResponse" />
  </wsdl:message>
  <wsdl:message name="LoadFAQAuthHeader">
    <wsdl:part name="AuthHeader" element="tns:AuthHeader" />
  </wsdl:message>
  <wsdl:message name="ProcessFAQSoapIn">
    <wsdl:part name="parameters" element="tns:ProcessFAQ" />
  </wsdl:message>
  <wsdl:message name="ProcessFAQSoapOut">
    <wsdl:part name="parameters" element="tns:ProcessFAQResponse" />
  </wsdl:message>
  <wsdl:message name="ProcessFAQAuthHeader">
    <wsdl:part name="AuthHeader" element="tns:AuthHeader" />
  </wsdl:message>
  <wsdl:message name="GetNewFAQIDSoapIn">
    <wsdl:part name="parameters" element="tns:GetNewFAQID" />
  </wsdl:message>
  <wsdl:message name="GetNewFAQIDSoapOut">
    <wsdl:part name="parameters" element="tns:GetNewFAQIDResponse" />
  </wsdl:message>
  <wsdl:message name="GetNewFAQIDAuthHeader">
    <wsdl:part name="AuthHeader" element="tns:AuthHeader" />
  </wsdl:message>
  <wsdl:message name="LoadFAQsSoapIn">
    <wsdl:part name="parameters" element="tns:LoadFAQs" />
  </wsdl:message>
  <wsdl:message name="LoadFAQsSoapOut">
    <wsdl:part name="parameters" element="tns:LoadFAQsResponse" />
  </wsdl:message>
  <wsdl:message name="LoadFAQsAuthHeader">
    <wsdl:part name="AuthHeader" element="tns:AuthHeader" />
  </wsdl:message>
  <wsdl:message name="LoadFAQsPagedSoapIn">
    <wsdl:part name="parameters" element="tns:LoadFAQsPaged" />
  </wsdl:message>
  <wsdl:message name="LoadFAQsPagedSoapOut">
    <wsdl:part name="parameters" element="tns:LoadFAQsPagedResponse" />
  </wsdl:message>
  <wsdl:message name="LoadFAQsPagedAuthHeader">
    <wsdl:part name="AuthHeader" element="tns:AuthHeader" />
  </wsdl:message>
  <wsdl:portType name="XWebFAQsSoap">
    <wsdl:operation name="LoadFAQ">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns a specific Frequently Asked Question.</documentation>
      <wsdl:input message="tns:LoadFAQSoapIn" />
      <wsdl:output message="tns:LoadFAQSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProcessFAQ">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Performs data manipulation on individual Frequently Asked Question records.</documentation>
      <wsdl:input message="tns:ProcessFAQSoapIn" />
      <wsdl:output message="tns:ProcessFAQSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewFAQID">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns a new Frequently Asked Question record identifier.</documentation>
      <wsdl:input message="tns:GetNewFAQIDSoapIn" />
      <wsdl:output message="tns:GetNewFAQIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="LoadFAQs">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns all Frequently Asked Questions, in the reverse chronological order the records were entered into the system.</documentation>
      <wsdl:input message="tns:LoadFAQsSoapIn" />
      <wsdl:output message="tns:LoadFAQsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="LoadFAQsPaged">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns 'paginated' Frequently Asked Question records, in the reverse chronological order the records were entered into the system.</documentation>
      <wsdl:input message="tns:LoadFAQsPagedSoapIn" />
      <wsdl:output message="tns:LoadFAQsPagedSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="XWebFAQsSoap" type="tns:XWebFAQsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="LoadFAQ">
      <soap:operation soapAction="http://ws.xwebservices.com/XWebFAQs/LoadFAQ" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:LoadFAQAuthHeader" part="AuthHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcessFAQ">
      <soap:operation soapAction="http://ws.xwebservices.com/XWebFAQs/ProcessFAQ" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:ProcessFAQAuthHeader" part="AuthHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewFAQID">
      <soap:operation soapAction="http://ws.xwebservices.com/XWebFAQs/GetNewFAQID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetNewFAQIDAuthHeader" part="AuthHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LoadFAQs">
      <soap:operation soapAction="http://ws.xwebservices.com/XWebFAQs/LoadFAQs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:LoadFAQsAuthHeader" part="AuthHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LoadFAQsPaged">
      <soap:operation soapAction="http://ws.xwebservices.com/XWebFAQs/LoadFAQsPaged" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:LoadFAQsPagedAuthHeader" part="AuthHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="XWebFAQs">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">XWebFAQs is an XML/SOAP based Web Service which provides integration and management of Frequently Asked Questions (FAQs) to client applications. For complete documentation please visit http://www.xwebservices.com/Web_Services/XWebFAQs/.</documentation>
    <wsdl:port name="XWebFAQsSoap" binding="tns:XWebFAQsSoap">
      <soap:address location="http://ws.xwebservices.com/XWebFAQs/XWebFAQs.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>