view Agendas/trunk/src/Agendas.Blog/Service References/PortalSitefinity/PostWriterWebService.wsdl @ 242:5cc1681d3789

Combinar
author juanjose.montesdeocaarbos
date Wed, 05 Oct 2011 07:57:21 -0300
parents 3027c64344bd
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="WriteBlogPost">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="securityToken" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="blogName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="postTitle" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="postHtmlContent" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="postAuthor" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="setPublicationDate" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WriteBlogPostResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="WriteBlogPostSoapIn">
    <wsdl:part name="parameters" element="tns:WriteBlogPost" />
  </wsdl:message>
  <wsdl:message name="WriteBlogPostSoapOut">
    <wsdl:part name="parameters" element="tns:WriteBlogPostResponse" />
  </wsdl:message>
  <wsdl:portType name="PostWriterWebServiceSoap">
    <wsdl:operation name="WriteBlogPost">
      <wsdl:input message="tns:WriteBlogPostSoapIn" />
      <wsdl:output message="tns:WriteBlogPostSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PostWriterWebServiceSoap" type="tns:PostWriterWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="WriteBlogPost">
      <soap:operation soapAction="http://tempuri.org/WriteBlogPost" 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="PostWriterWebServiceSoap12" type="tns:PostWriterWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="WriteBlogPost">
      <soap12:operation soapAction="http://tempuri.org/WriteBlogPost" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PostWriterWebService">
    <wsdl:port name="PostWriterWebServiceSoap" binding="tns:PostWriterWebServiceSoap">
      <soap:address location="http://localhost/TestAltNet/PostWriterWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="PostWriterWebServiceSoap12" binding="tns:PostWriterWebServiceSoap12">
      <soap12:address location="http://localhost/TestAltNet/PostWriterWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>