<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s1="http://www.blogger.com/api#" 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:s0="http://purl.org/atom/ns#" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://purl.org/atom/ns#" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://purl.org/atom/ns#">
      <s:import namespace="http://www.blogger.com/api#" />
      <s:element name="feed">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entry" type="s0:entry" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="entry">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="content" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="issued" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:element name="feedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="feedResult" type="s0:entry" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="atom" type="s1:atom" />
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.blogger.com/api#">
      <s:complexType name="atom">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="blogid" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="appkey" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </types>
  <message name="feedSoapIn">
    <part name="parameters" element="s0:feed" />
  </message>
  <message name="feedSoapOut">
    <part name="parameters" element="s0:feedResponse" />
  </message>
  <message name="feedatom">
    <part name="atom" element="s0:atom" />
  </message>
  <portType name="AtomAPISoap">
    <operation name="POST">
      <input name="feed" message="s0:feedSoapIn" />
      <output name="feed" message="s0:feedSoapOut" />
    </operation>
  </portType>
  <binding name="AtomAPISoap" type="s0:AtomAPISoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="POST">
      <soap:operation soapAction="http://purl.org/atom/ns#/feed" style="document" />
      <input name="feed">
        <soap:body use="literal" />
        <soap:header message="s0:feedatom" part="atom" use="literal" />
      </input>
      <output name="feed">
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="AtomAPI">
    <port name="AtomAPISoap" binding="s0:AtomAPISoap">
      <soap:address location="http://localhost/atomapi.asmx" />
    </port>
  </service>
</definitions>
