Return-Path: <sergio@ssf.com.mx>
Delivered-To: jesseloy@ssf.com.mx
Received: from vishnu.hosting-mexico.net
	by vishnu.hosting-mexico.net (Dovecot) with LMTP id 0YqeJOnhxVdnlgoArLfOng
	for <jesseloy@ssf.com.mx>; Tue, 30 Aug 2016 14:43:37 -0500
Return-path: <sergio@ssf.com.mx>
Envelope-to: jesseloy@ssf.com.mx
Delivery-date: Tue, 30 Aug 2016 14:43:37 -0500
Received: from fixed-189-247-187-189-247-127.iusacell.net ([187.189.247.127]:28793 helo=[192.168.1.111])
	by vishnu.hosting-mexico.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)
	(Exim 4.87)
	(envelope-from <sergio@ssf.com.mx>)
	id 1beowb-002vNj-EC
	for jesseloy@ssf.com.mx; Tue, 30 Aug 2016 14:43:37 -0500
To: jesseloy@ssf.com.mx
From: "Lic. Sergio Alfaro" <sergio@ssf.com.mx>
Subject: ws
Message-ID: <bbcddb06-edb4-288a-98ba-f2573bf7a620@ssf.com.mx>
Date: Tue, 30 Aug 2016 14:43:38 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

<system.serviceModel>
     <bindings>
       <basicHttpBinding>
           <binding name="FactorumCFDiServiceSoap" 
maxBufferPoolSize="2147483647"
             maxReceivedMessageSize="2147483647" >
             <readerQuotas
                   maxDepth="64"
                   maxStringContentLength="2147483647"
                   maxArrayLength="2147483647"
                   maxBytesPerRead="4096"
                   maxNameTableCharCount="16384" />
           </binding>
         <binding name="FactorumCFDiServiceOtro" 
maxBufferPoolSize="2147483647"
           maxReceivedMessageSize="2147483647" >
           <readerQuotas
                 maxDepth="64"
                 maxStringContentLength="2147483647"
                 maxArrayLength="2147483647"
                 maxBytesPerRead="4096"
                 maxNameTableCharCount="16384" />
         </binding>
         <binding name="Service1Soap" />
       </basicHttpBinding>
     </bindings>
     <client>
       <endpoint 
address="http://desarrollo.factorumweb.com/FactorumWSv32/FactorumCFDiService.asmx"
         binding="basicHttpBinding" 
bindingConfiguration="FactorumCFDiServiceSoap"
         contract="ws.FactorumCFDiServiceSoap" 
name="FactorumCFDiServiceSoap" />
       <endpoint 
address="http://desarrollo.factorumweb.com/factorum_servicesv32/FactorumCFDiAPI.asmx"
         binding="basicHttpBinding" 
bindingConfiguration="FactorumCFDiServiceOtro"
         contract="wsApi.Service1Soap" name="Service1Soap" />
     </client>
   </system.serviceModel>

