weblogs.wsdl

<?xml version="1.0" encoding="utf-8"?>
<definitions
  xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/ "
  xmlns:s="
http://www.w3.org/2001/XMLSchema "
  xmlns:tns="uri:weblogscom" targetNamespace="uri:weblogscom"
  xmlns="
http://schemas.xmlsoap.org/wsdl/ ">

  <types>
    <s:schema targetNamespace="uri:weblogscom">
      <s:complexType name="pingResult">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1"
            name="flerror" type="s:boolean"/>
          <s:element minOccurs="1" maxOccurs="1"
            name="message" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </types>

  <message name="pingRequest">
    <part name="weblogname" type="s:string"/>
    <part name="weblogurl" type="s:string"/>
  </message>

  <message name="pingResponse">
    <part name="result" type="tns:pingResult"/>
  </message>

  <portType name="pingPort">
    <operation name="ping">
      <input message="tns:pingRequest"/>
      <output message="tns:pingResponse"/>
    </operation>
  </portType>

  <binding name="pingSoap" type="tns:pingPort">
    <soap:binding style="rpc"
transport=" http://schemas.xmlsoap.org/soap/http"/ >
    <operation name="ping">
      <soap:operation soapAction="/weblogUpdates" style="rpc"/>
      <input>
        <soap:body use="encoded" namespace="uri:weblogscom"
          encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"/ >
      </input>
      <output>
        <soap:body use="encoded" namespace="uri:weblogscom"
          encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"/ >
      </output>
    </operation>
  </binding>

  <service name="weblogscom">
    <document>
      For a complete description of this service, go to the following
      URL:
http://www.soapware.org/weblogsCom
    </document>

    <port name="pingPort" binding="tns:pingSoap">
      <soap:address location="
http://rpc.weblogs.com:80/"/>
    </port>
  </service>

</definitions>

Essays

Noun vs Verb

Topology

Evolution of the Weblog APIs

Cohesion

SOAP by Example

A Gentle Introduction to Namespaces

Really Simple Syndication

Expect More

REST + SOAP

Beyond Backlinks

Google's Genius

Neuro Transmitters

Headers and Hrefs

A Gentle Introduction to SOAP

Coping with Change

Manufactured Serendipity

Dealing with Diversity

A Busy Developers Guide to WSDL 1.1

Axis/Radio Interop, Actual and Potential

To Infinity and Beyond: the Quest for SOAP Interoperability

What Object Does SOAP Access?

Favorites

In Praise of Evolvable Systems

Metacrap

The Law of Leaky Abstractions

The Eight Fallacies of Distributed Computing

Permanet, Nearlynet, and Wireless Data

Warnock's Dilemma

Sunir's corollaries

Search

Valid XHTML 1.0!