<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>