2010-11-23 222 views
0

我正在使用WCFstrom lite来查找web服务连接的问题。它配备了错误Web服务wcfstorm客户端

“ 的最大邮件大小配额传入消息(65536)已超出。为了增加配额,使用MaxReceivedMessageSize财产上的适当结合element.RSS饲料 ”

但是因为它是精简版,我无法在wcfstrom上找到任何配置。

我的web配置看起来像。

<system.serviceModel> 
<extensions> 
    <behaviorExtensions> 
    <!-- Declare that we have an extension called WSDL Extras--> 
    <add name="wsdlExtensions" type="WCFExtras.Wsdl.WsdlExtensionsConfig, WCFExtras, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" /> 
    </behaviorExtensions> 
</extensions> 
<services> 
       <service name="xxxxxxxxxxxxxxxxxx" behaviourConfiguration="xxxxxxxxxxxxxx"> 
        <!-- Service Endpoints --> 
        <endpoint address="" binding="wsHttpBinding" behaviorConfiguration="WcfExtras.EndpointBehavior" contract="xxxxxxxxxxxx"> 
          <!-- 
      Upon deployment, the following identity element should be removed or replaced to reflect the 
      identity under which the deployed service runs. If removed, WCF will infer an appropriate identity 
      automatically. 
     --> 
          <identity> 
           <dns value="localhost" /> 
          </identity> 
        </endpoint> 
    <endpoint address="mex" binding="mexHttpBinding" behaviorConfiguration="WcfExtras.EndpointBehavior" contract="IMetadataExchange" /> 
    </service> 
     </services> 
     <behaviors> 
    <endpointBehaviors> 
    <behavior name="WcfExtras.EndpointBehavior"> 
     <wsdlExtensions location="http://localhost:3893/xxxxxxxx.svc" singleFile="true" /> 
    </behavior> 
    </endpointBehaviors> 
    <serviceBehaviors> 
        <behavior name="xxxxxxx.xxxxxxxx"> 
          <!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment --> 
          <serviceMetadata httpGetEnabled="true" /> 
          <!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information --> 
          <serviceDebug includeExceptionDetailInFaults="false" /> 
        </behavior> 
       </serviceBehaviors> 
     </behaviors> 

在哪里添加以下代码:

<bindings> 
     <basicHttpBinding> 
      <binding name="LoggedInUsersSoap" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> 
       <security mode="None" /> 
      </binding> 

回答

2

我找到了答案,只需选择结束点在WCF客户端服务和编辑,然后您可以编辑maxReceivedmessages属性