<?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://webservices.cornerdrugstore.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://webservices.cornerdrugstore.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Health News Feed</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://webservices.cornerdrugstore.com">
      <s:element name="GetNewsFeed">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intNumberArticles" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsFeedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetNewsFeedResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsFeedFeatured">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intNumberArticles" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsFeedFeaturedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetNewsFeedFeaturedResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsFeedIgnoreArticles">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intNumberArticles" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="sIgnoreItems" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsFeedIgnoreArticlesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetNewsFeedIgnoreArticlesResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetHealthHighlights">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intNumberArticles" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetHealthHighlightsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetHealthHighlightsResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFYI">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intNumberArticles" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFYIResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFYIResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFDA">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intNumberArticles" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFDAResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFDAResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsArticle">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sArticleID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNewsArticleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetNewsArticleResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetKeywordSearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sSearchCriteria" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetKeywordSearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetKeywordSearchResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTopics">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTopicsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTopicsResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCategoryTopics">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intCategoryID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCategoryTopicsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCategoryTopicsResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCategories">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCategoriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCategoriesResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTopicSearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sSessionID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sTopic" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTopicSearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTopicSearchResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetNewsFeedSoapIn">
    <wsdl:part name="parameters" element="tns:GetNewsFeed" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedSoapOut">
    <wsdl:part name="parameters" element="tns:GetNewsFeedResponse" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedFeaturedSoapIn">
    <wsdl:part name="parameters" element="tns:GetNewsFeedFeatured" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedFeaturedSoapOut">
    <wsdl:part name="parameters" element="tns:GetNewsFeedFeaturedResponse" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedIgnoreArticlesSoapIn">
    <wsdl:part name="parameters" element="tns:GetNewsFeedIgnoreArticles" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedIgnoreArticlesSoapOut">
    <wsdl:part name="parameters" element="tns:GetNewsFeedIgnoreArticlesResponse" />
  </wsdl:message>
  <wsdl:message name="GetHealthHighlightsSoapIn">
    <wsdl:part name="parameters" element="tns:GetHealthHighlights" />
  </wsdl:message>
  <wsdl:message name="GetHealthHighlightsSoapOut">
    <wsdl:part name="parameters" element="tns:GetHealthHighlightsResponse" />
  </wsdl:message>
  <wsdl:message name="GetFYISoapIn">
    <wsdl:part name="parameters" element="tns:GetFYI" />
  </wsdl:message>
  <wsdl:message name="GetFYISoapOut">
    <wsdl:part name="parameters" element="tns:GetFYIResponse" />
  </wsdl:message>
  <wsdl:message name="GetFDASoapIn">
    <wsdl:part name="parameters" element="tns:GetFDA" />
  </wsdl:message>
  <wsdl:message name="GetFDASoapOut">
    <wsdl:part name="parameters" element="tns:GetFDAResponse" />
  </wsdl:message>
  <wsdl:message name="GetNewsArticleSoapIn">
    <wsdl:part name="parameters" element="tns:GetNewsArticle" />
  </wsdl:message>
  <wsdl:message name="GetNewsArticleSoapOut">
    <wsdl:part name="parameters" element="tns:GetNewsArticleResponse" />
  </wsdl:message>
  <wsdl:message name="GetKeywordSearchSoapIn">
    <wsdl:part name="parameters" element="tns:GetKeywordSearch" />
  </wsdl:message>
  <wsdl:message name="GetKeywordSearchSoapOut">
    <wsdl:part name="parameters" element="tns:GetKeywordSearchResponse" />
  </wsdl:message>
  <wsdl:message name="GetTopicsSoapIn">
    <wsdl:part name="parameters" element="tns:GetTopics" />
  </wsdl:message>
  <wsdl:message name="GetTopicsSoapOut">
    <wsdl:part name="parameters" element="tns:GetTopicsResponse" />
  </wsdl:message>
  <wsdl:message name="GetCategoryTopicsSoapIn">
    <wsdl:part name="parameters" element="tns:GetCategoryTopics" />
  </wsdl:message>
  <wsdl:message name="GetCategoryTopicsSoapOut">
    <wsdl:part name="parameters" element="tns:GetCategoryTopicsResponse" />
  </wsdl:message>
  <wsdl:message name="GetCategoriesSoapIn">
    <wsdl:part name="parameters" element="tns:GetCategories" />
  </wsdl:message>
  <wsdl:message name="GetCategoriesSoapOut">
    <wsdl:part name="parameters" element="tns:GetCategoriesResponse" />
  </wsdl:message>
  <wsdl:message name="GetTopicSearchSoapIn">
    <wsdl:part name="parameters" element="tns:GetTopicSearch" />
  </wsdl:message>
  <wsdl:message name="GetTopicSearchSoapOut">
    <wsdl:part name="parameters" element="tns:GetTopicSearchResponse" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedFeaturedHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedFeaturedHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedIgnoreArticlesHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
    <wsdl:part name="sIgnoreItems" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedIgnoreArticlesHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetHealthHighlightsHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetHealthHighlightsHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetFYIHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFYIHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetFDAHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFDAHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsArticleHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="sArticleID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsArticleHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetKeywordSearchHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="sSearchCriteria" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetKeywordSearchHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetTopicsHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTopicsHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetCategoryTopicsHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intCategoryID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCategoryTopicsHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetCategoriesHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCategoriesHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetTopicSearchHttpGetIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="sTopic" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTopicSearchHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedFeaturedHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedFeaturedHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedIgnoreArticlesHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
    <wsdl:part name="sIgnoreItems" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsFeedIgnoreArticlesHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetHealthHighlightsHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetHealthHighlightsHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetFYIHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFYIHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetFDAHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intNumberArticles" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFDAHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetNewsArticleHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="sArticleID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetNewsArticleHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetKeywordSearchHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="sSearchCriteria" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetKeywordSearchHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetTopicsHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTopicsHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetCategoryTopicsHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="intCategoryID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCategoryTopicsHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetCategoriesHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCategoriesHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetTopicSearchHttpPostIn">
    <wsdl:part name="sSessionID" type="s:string" />
    <wsdl:part name="sTopic" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTopicSearchHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="HealthNewsSoap">
    <wsdl:operation name="GetNewsFeed">
      <wsdl:input message="tns:GetNewsFeedSoapIn" />
      <wsdl:output message="tns:GetNewsFeedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <wsdl:input message="tns:GetNewsFeedFeaturedSoapIn" />
      <wsdl:output message="tns:GetNewsFeedFeaturedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <wsdl:input message="tns:GetNewsFeedIgnoreArticlesSoapIn" />
      <wsdl:output message="tns:GetNewsFeedIgnoreArticlesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <wsdl:input message="tns:GetHealthHighlightsSoapIn" />
      <wsdl:output message="tns:GetHealthHighlightsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <wsdl:input message="tns:GetFYISoapIn" />
      <wsdl:output message="tns:GetFYISoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <wsdl:input message="tns:GetFDASoapIn" />
      <wsdl:output message="tns:GetFDASoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <wsdl:input message="tns:GetNewsArticleSoapIn" />
      <wsdl:output message="tns:GetNewsArticleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <wsdl:input message="tns:GetKeywordSearchSoapIn" />
      <wsdl:output message="tns:GetKeywordSearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <wsdl:input message="tns:GetTopicsSoapIn" />
      <wsdl:output message="tns:GetTopicsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <wsdl:input message="tns:GetCategoryTopicsSoapIn" />
      <wsdl:output message="tns:GetCategoryTopicsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <wsdl:input message="tns:GetCategoriesSoapIn" />
      <wsdl:output message="tns:GetCategoriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <wsdl:input message="tns:GetTopicSearchSoapIn" />
      <wsdl:output message="tns:GetTopicSearchSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="HealthNewsHttpGet">
    <wsdl:operation name="GetNewsFeed">
      <wsdl:input message="tns:GetNewsFeedHttpGetIn" />
      <wsdl:output message="tns:GetNewsFeedHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <wsdl:input message="tns:GetNewsFeedFeaturedHttpGetIn" />
      <wsdl:output message="tns:GetNewsFeedFeaturedHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <wsdl:input message="tns:GetNewsFeedIgnoreArticlesHttpGetIn" />
      <wsdl:output message="tns:GetNewsFeedIgnoreArticlesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <wsdl:input message="tns:GetHealthHighlightsHttpGetIn" />
      <wsdl:output message="tns:GetHealthHighlightsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <wsdl:input message="tns:GetFYIHttpGetIn" />
      <wsdl:output message="tns:GetFYIHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <wsdl:input message="tns:GetFDAHttpGetIn" />
      <wsdl:output message="tns:GetFDAHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <wsdl:input message="tns:GetNewsArticleHttpGetIn" />
      <wsdl:output message="tns:GetNewsArticleHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <wsdl:input message="tns:GetKeywordSearchHttpGetIn" />
      <wsdl:output message="tns:GetKeywordSearchHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <wsdl:input message="tns:GetTopicsHttpGetIn" />
      <wsdl:output message="tns:GetTopicsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <wsdl:input message="tns:GetCategoryTopicsHttpGetIn" />
      <wsdl:output message="tns:GetCategoryTopicsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <wsdl:input message="tns:GetCategoriesHttpGetIn" />
      <wsdl:output message="tns:GetCategoriesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <wsdl:input message="tns:GetTopicSearchHttpGetIn" />
      <wsdl:output message="tns:GetTopicSearchHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="HealthNewsHttpPost">
    <wsdl:operation name="GetNewsFeed">
      <wsdl:input message="tns:GetNewsFeedHttpPostIn" />
      <wsdl:output message="tns:GetNewsFeedHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <wsdl:input message="tns:GetNewsFeedFeaturedHttpPostIn" />
      <wsdl:output message="tns:GetNewsFeedFeaturedHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <wsdl:input message="tns:GetNewsFeedIgnoreArticlesHttpPostIn" />
      <wsdl:output message="tns:GetNewsFeedIgnoreArticlesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <wsdl:input message="tns:GetHealthHighlightsHttpPostIn" />
      <wsdl:output message="tns:GetHealthHighlightsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <wsdl:input message="tns:GetFYIHttpPostIn" />
      <wsdl:output message="tns:GetFYIHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <wsdl:input message="tns:GetFDAHttpPostIn" />
      <wsdl:output message="tns:GetFDAHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <wsdl:input message="tns:GetNewsArticleHttpPostIn" />
      <wsdl:output message="tns:GetNewsArticleHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <wsdl:input message="tns:GetKeywordSearchHttpPostIn" />
      <wsdl:output message="tns:GetKeywordSearchHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <wsdl:input message="tns:GetTopicsHttpPostIn" />
      <wsdl:output message="tns:GetTopicsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <wsdl:input message="tns:GetCategoryTopicsHttpPostIn" />
      <wsdl:output message="tns:GetCategoryTopicsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <wsdl:input message="tns:GetCategoriesHttpPostIn" />
      <wsdl:output message="tns:GetCategoriesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <wsdl:input message="tns:GetTopicSearchHttpPostIn" />
      <wsdl:output message="tns:GetTopicSearchHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="HealthNewsSoap" type="tns:HealthNewsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetNewsFeed">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsFeed" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsFeedFeatured" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsFeedIgnoreArticles" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetHealthHighlights" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetFYI" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetFDA" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsArticle" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetKeywordSearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetTopics" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetCategoryTopics" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetCategories" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <soap:operation soapAction="http://webservices.cornerdrugstore.com/GetTopicSearch" 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="HealthNewsSoap12" type="tns:HealthNewsSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetNewsFeed">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsFeed" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsFeedFeatured" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsFeedIgnoreArticles" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetHealthHighlights" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetFYI" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetFDA" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetNewsArticle" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetKeywordSearch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetTopics" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetCategoryTopics" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetCategories" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <soap12:operation soapAction="http://webservices.cornerdrugstore.com/GetTopicSearch" 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="HealthNewsHttpGet" type="tns:HealthNewsHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetNewsFeed">
      <http:operation location="/GetNewsFeed" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <http:operation location="/GetNewsFeedFeatured" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <http:operation location="/GetNewsFeedIgnoreArticles" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <http:operation location="/GetHealthHighlights" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <http:operation location="/GetFYI" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <http:operation location="/GetFDA" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <http:operation location="/GetNewsArticle" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <http:operation location="/GetKeywordSearch" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <http:operation location="/GetTopics" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <http:operation location="/GetCategoryTopics" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <http:operation location="/GetCategories" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <http:operation location="/GetTopicSearch" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="HealthNewsHttpPost" type="tns:HealthNewsHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetNewsFeed">
      <http:operation location="/GetNewsFeed" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedFeatured">
      <http:operation location="/GetNewsFeedFeatured" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsFeedIgnoreArticles">
      <http:operation location="/GetNewsFeedIgnoreArticles" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetHealthHighlights">
      <http:operation location="/GetHealthHighlights" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFYI">
      <http:operation location="/GetFYI" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFDA">
      <http:operation location="/GetFDA" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewsArticle">
      <http:operation location="/GetNewsArticle" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKeywordSearch">
      <http:operation location="/GetKeywordSearch" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopics">
      <http:operation location="/GetTopics" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategoryTopics">
      <http:operation location="/GetCategoryTopics" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCategories">
      <http:operation location="/GetCategories" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopicSearch">
      <http:operation location="/GetTopicSearch" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="HealthNews">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Health News Feed</wsdl:documentation>
    <wsdl:port name="HealthNewsSoap" binding="tns:HealthNewsSoap">
      <soap:address location="http://webservices.cornerdrugstore.com/HealthNews/HealthNews.asmx" />
    </wsdl:port>
    <wsdl:port name="HealthNewsSoap12" binding="tns:HealthNewsSoap12">
      <soap12:address location="http://webservices.cornerdrugstore.com/HealthNews/HealthNews.asmx" />
    </wsdl:port>
    <wsdl:port name="HealthNewsHttpGet" binding="tns:HealthNewsHttpGet">
      <http:address location="http://webservices.cornerdrugstore.com/HealthNews/HealthNews.asmx" />
    </wsdl:port>
    <wsdl:port name="HealthNewsHttpPost" binding="tns:HealthNewsHttpPost">
      <http:address location="http://webservices.cornerdrugstore.com/HealthNews/HealthNews.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>