<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://worldofwoodworth.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://worldofwoodworth.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A web service to read a database table (RssFeeds). [Programmer: Pat Palmer]</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://worldofwoodworth.com/">
      <s:element name="GetAllSiteNames">
        <s:complexType />
      </s:element>
      <s:element name="GetAllSiteNamesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAllSiteNamesResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetURL">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="siteName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetURLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetURLResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ArrayOfString" nillable="true" type="tns:ArrayOfString" />
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetAllSiteNamesSoapIn">
    <wsdl:part name="parameters" element="tns:GetAllSiteNames" />
  </wsdl:message>
  <wsdl:message name="GetAllSiteNamesSoapOut">
    <wsdl:part name="parameters" element="tns:GetAllSiteNamesResponse" />
  </wsdl:message>
  <wsdl:message name="GetURLSoapIn">
    <wsdl:part name="parameters" element="tns:GetURL" />
  </wsdl:message>
  <wsdl:message name="GetURLSoapOut">
    <wsdl:part name="parameters" element="tns:GetURLResponse" />
  </wsdl:message>
  <wsdl:message name="GetAllSiteNamesHttpGetIn" />
  <wsdl:message name="GetAllSiteNamesHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfString" />
  </wsdl:message>
  <wsdl:message name="GetURLHttpGetIn">
    <wsdl:part name="siteName" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetURLHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetAllSiteNamesHttpPostIn" />
  <wsdl:message name="GetAllSiteNamesHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfString" />
  </wsdl:message>
  <wsdl:message name="GetURLHttpPostIn">
    <wsdl:part name="siteName" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetURLHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="RSSServiceSoap">
    <wsdl:operation name="GetAllSiteNames">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all site names in the data base</wsdl:documentation>
      <wsdl:input message="tns:GetAllSiteNamesSoapIn" />
      <wsdl:output message="tns:GetAllSiteNamesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get actual URL according to given site name in the data base</wsdl:documentation>
      <wsdl:input message="tns:GetURLSoapIn" />
      <wsdl:output message="tns:GetURLSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RSSServiceHttpGet">
    <wsdl:operation name="GetAllSiteNames">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all site names in the data base</wsdl:documentation>
      <wsdl:input message="tns:GetAllSiteNamesHttpGetIn" />
      <wsdl:output message="tns:GetAllSiteNamesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get actual URL according to given site name in the data base</wsdl:documentation>
      <wsdl:input message="tns:GetURLHttpGetIn" />
      <wsdl:output message="tns:GetURLHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RSSServiceHttpPost">
    <wsdl:operation name="GetAllSiteNames">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all site names in the data base</wsdl:documentation>
      <wsdl:input message="tns:GetAllSiteNamesHttpPostIn" />
      <wsdl:output message="tns:GetAllSiteNamesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get actual URL according to given site name in the data base</wsdl:documentation>
      <wsdl:input message="tns:GetURLHttpPostIn" />
      <wsdl:output message="tns:GetURLHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RSSServiceSoap" type="tns:RSSServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllSiteNames">
      <soap:operation soapAction="http://worldofwoodworth.com/GetAllSiteNames" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <soap:operation soapAction="http://worldofwoodworth.com/GetURL" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RSSServiceSoap12" type="tns:RSSServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllSiteNames">
      <soap12:operation soapAction="http://worldofwoodworth.com/GetAllSiteNames" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <soap12:operation soapAction="http://worldofwoodworth.com/GetURL" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RSSServiceHttpGet" type="tns:RSSServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetAllSiteNames">
      <http:operation location="/GetAllSiteNames" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <http:operation location="/GetURL" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RSSServiceHttpPost" type="tns:RSSServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetAllSiteNames">
      <http:operation location="/GetAllSiteNames" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetURL">
      <http:operation location="/GetURL" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RSSService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A web service to read a database table (RssFeeds). [Programmer: Pat Palmer]</wsdl:documentation>
    <wsdl:port name="RSSServiceSoap" binding="tns:RSSServiceSoap">
      <soap:address location="http://www.worldofwoodworth.com/AjaxProject1/RSSService.asmx" />
    </wsdl:port>
    <wsdl:port name="RSSServiceSoap12" binding="tns:RSSServiceSoap12">
      <soap12:address location="http://www.worldofwoodworth.com/AjaxProject1/RSSService.asmx" />
    </wsdl:port>
    <wsdl:port name="RSSServiceHttpGet" binding="tns:RSSServiceHttpGet">
      <http:address location="http://www.worldofwoodworth.com/AjaxProject1/RSSService.asmx" />
    </wsdl:port>
    <wsdl:port name="RSSServiceHttpPost" binding="tns:RSSServiceHttpPost">
      <http:address location="http://www.worldofwoodworth.com/AjaxProject1/RSSService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>