引用webservice 已超过传入消息(65536)的最大消息大小配额。若要
发布时间:2020-12-16 23:37:45 所属栏目:安全 来源:网络整理
导读:?xml version="1.0" encoding="utf-8" ? configuration ? ? system.serviceModel ? ? ? ? bindings ? ? ? ? ? ? basicHttpBinding ? ? ? ? ? ? ? binding name="AlarmMonitorEventSoap" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
<?xml version="1.0" encoding="utf-8" ?> <configuration> ? ? <system.serviceModel> ? ? ? ? <bindings> ? ? ? ? ? ? <basicHttpBinding> ? ? ? ? ? ? ? <binding name="AlarmMonitorEventSoap" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" ?messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"> ? ? ? ? ? ? ? ? <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> ? ? ? ? ? ? ? </binding> ? ? ? ? ? ? ?? ? ? ? ? ? ? </basicHttpBinding> ? ? ? ? ? ? <customBinding> ? ? ? ? ? ? ? ? <binding name="AlarmMonitorEventSoap12" > ? ? ? ? ? ? ? ? ? ? <textMessageEncoding messageVersion="Soap12" /> ? ? ? ? ? ? ? ? ? ? <httpTransport maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" /> ? ? ? ? ? ? ? ? </binding> ? ? ? ? ? ? </customBinding> ? ? ? ? </bindings> ? ? ? ? <client> ? ? ? ? ? ? <endpoint address="http://xxx.xxx.xxx.xxx/xxxx.asmx" ? ? ? ? ? ? ? ? binding="customBinding" bindingConfiguration="AlarmMonitorEventSoap12" ? ? ? ? ? ? ? ? contract="Service.AlarmMonitorEventSoap" name="AlarmMonitorEventSoap12" /> ? ? ? ? </client> ? ? </system.serviceModel> </configuration>
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |