Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Blog/Service References/PortalSitefinity/PostWriterWebService.wsdl @ 109:6bd9be78caa0
Merge
author | Nelo@Kenia.neluz.int |
---|---|
date | Tue, 07 Jun 2011 23:21:07 -0300 |
parents | 3027c64344bd |
children |
comparison
equal
deleted
inserted
replaced
108:786a90e26c9b | 109:6bd9be78caa0 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <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/"> | |
3 <wsdl:types> | |
4 <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> | |
5 <s:element name="WriteBlogPost"> | |
6 <s:complexType> | |
7 <s:sequence> | |
8 <s:element minOccurs="0" maxOccurs="1" name="securityToken" type="s:string" /> | |
9 <s:element minOccurs="0" maxOccurs="1" name="blogName" type="s:string" /> | |
10 <s:element minOccurs="0" maxOccurs="1" name="postTitle" type="s:string" /> | |
11 <s:element minOccurs="0" maxOccurs="1" name="postHtmlContent" type="s:string" /> | |
12 <s:element minOccurs="0" maxOccurs="1" name="postAuthor" type="s:string" /> | |
13 <s:element minOccurs="1" maxOccurs="1" name="setPublicationDate" type="s:boolean" /> | |
14 </s:sequence> | |
15 </s:complexType> | |
16 </s:element> | |
17 <s:element name="WriteBlogPostResponse"> | |
18 <s:complexType /> | |
19 </s:element> | |
20 </s:schema> | |
21 </wsdl:types> | |
22 <wsdl:message name="WriteBlogPostSoapIn"> | |
23 <wsdl:part name="parameters" element="tns:WriteBlogPost" /> | |
24 </wsdl:message> | |
25 <wsdl:message name="WriteBlogPostSoapOut"> | |
26 <wsdl:part name="parameters" element="tns:WriteBlogPostResponse" /> | |
27 </wsdl:message> | |
28 <wsdl:portType name="PostWriterWebServiceSoap"> | |
29 <wsdl:operation name="WriteBlogPost"> | |
30 <wsdl:input message="tns:WriteBlogPostSoapIn" /> | |
31 <wsdl:output message="tns:WriteBlogPostSoapOut" /> | |
32 </wsdl:operation> | |
33 </wsdl:portType> | |
34 <wsdl:binding name="PostWriterWebServiceSoap" type="tns:PostWriterWebServiceSoap"> | |
35 <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
36 <wsdl:operation name="WriteBlogPost"> | |
37 <soap:operation soapAction="http://tempuri.org/WriteBlogPost" style="document" /> | |
38 <wsdl:input> | |
39 <soap:body use="literal" /> | |
40 </wsdl:input> | |
41 <wsdl:output> | |
42 <soap:body use="literal" /> | |
43 </wsdl:output> | |
44 </wsdl:operation> | |
45 </wsdl:binding> | |
46 <wsdl:binding name="PostWriterWebServiceSoap12" type="tns:PostWriterWebServiceSoap"> | |
47 <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
48 <wsdl:operation name="WriteBlogPost"> | |
49 <soap12:operation soapAction="http://tempuri.org/WriteBlogPost" style="document" /> | |
50 <wsdl:input> | |
51 <soap12:body use="literal" /> | |
52 </wsdl:input> | |
53 <wsdl:output> | |
54 <soap12:body use="literal" /> | |
55 </wsdl:output> | |
56 </wsdl:operation> | |
57 </wsdl:binding> | |
58 <wsdl:service name="PostWriterWebService"> | |
59 <wsdl:port name="PostWriterWebServiceSoap" binding="tns:PostWriterWebServiceSoap"> | |
60 <soap:address location="http://localhost/TestAltNet/PostWriterWebService.asmx" /> | |
61 </wsdl:port> | |
62 <wsdl:port name="PostWriterWebServiceSoap12" binding="tns:PostWriterWebServiceSoap12"> | |
63 <soap12:address location="http://localhost/TestAltNet/PostWriterWebService.asmx" /> | |
64 </wsdl:port> | |
65 </wsdl:service> | |
66 </wsdl:definitions> |