WSE352: The size of the record uuid:... exceed its limit

  • Thread starter Thread starter acoulson
  • Start date Start date
A

acoulson

I'm trying to use DIME to transfer a large attachment via webservices,
but can't get around a "WSE352: The size of the record
uuid:ba1c20b5-8a6c-4675-96d3-191258cdcc1e exceed its limit" error.

I've installed SP2, set the maxRequestLength to 2097151 in
<httpRuntime> and <microsoft.web.services2> in web.config as well as
my client's app.config: all to no effect!

I'm stumped at this point and would appreciate any recommendations.

Andrew
 
Andre...i'm also facing the same..problem..i've both
<messaging>
<maxRequestLength>10240</maxRequestLength>
</messaging>

as well as
<httpRuntime maxRequestLength="10240" useFullyQualifiedRedirectUrl="true" executionTimeout="100" />
nodes in the config.xml..but still have a problem while sending anything more than...1 MB
any help on this would be greatly appreciated..
TIA
Jits

User submitted from AEWNET (http://www.aewnet.com/)
 
Andre...i'm also facing the same..problem..i've both
<messaging>
<maxRequestLength>10240</maxRequestLength>
</messaging>

as well as
<httpRuntime maxRequestLength="10240" useFullyQualifiedRedirectUrl="true" executionTimeout="100" />
nodes in the config.xml..but still have a problem while sending anything more than...1 MB
any help on this would be greatly appreciated..
TIA
Jits

User submitted from AEWNET (http://www.aewnet.com/)
 
Andre...i'm also facing the same..problem..i've both
<messaging>
<maxRequestLength>10240</maxRequestLength>
</messaging>

as well as
<httpRuntime maxRequestLength="10240" useFullyQualifiedRedirectUrl="true" executionTimeout="100" />
nodes in the config.xml..but still have a problem while sending anything more than...1 MB
any help on this would be greatly appreciated..
TIA
Jits

User submitted from AEWNET (http://www.aewnet.com/)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top