Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Blog/app.config @ 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 |
comparison
equal
deleted
inserted
replaced
98:4895116b8232 | 99:3027c64344bd |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <configuration> | |
3 <system.serviceModel> | |
4 <bindings> | |
5 <basicHttpBinding> | |
6 <binding name="PostWriterWebServiceSoap" closeTimeout="00:01:00" | |
7 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" | |
8 allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" | |
9 maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" | |
10 messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" | |
11 useDefaultWebProxy="true"> | |
12 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" | |
13 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> | |
14 <security mode="None"> | |
15 <transport clientCredentialType="None" proxyCredentialType="None" | |
16 realm="" /> | |
17 <message clientCredentialType="UserName" algorithmSuite="Default" /> | |
18 </security> | |
19 </binding> | |
20 </basicHttpBinding> | |
21 </bindings> | |
22 <client> | |
23 <endpoint address="http://localhost/TestAltNet/PostWriterWebService.asmx" | |
24 binding="basicHttpBinding" bindingConfiguration="PostWriterWebServiceSoap" | |
25 contract="PortalSitefinity.PostWriterWebServiceSoap" name="PostWriterWebServiceSoap" /> | |
26 </client> | |
27 </system.serviceModel> | |
28 </configuration> |