Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Blog/Service References/PortalSitefinity/PostWriterWebService.wsdl @ 99:3027c64344bd
agregado de llamadas a web service para crear posts en el blog de la comunidad
agregado de tests sobre el publicador de blogs
agregado de tests sobre el adapter del web service
author | jorge.rowies |
---|---|
date | Sat, 04 Jun 2011 22:33:05 -0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Blog/Service References/PortalSitefinity/PostWriterWebService.wsdl Sat Jun 04 22:33:05 2011 -0300 @@ -0,0 +1,66 @@ +<?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> \ No newline at end of file