0

I have a WCF service which will be invoked by TIBCO BW, if the message size exceeds 5 MB, i am getting a System.IO exception on TIBCO BW. I have enabled tracing on wcf service, and getting Maximum request length exceeded. error

CSharped
  • 1,247
  • 4
  • 20
  • 49

1 Answers1

1

Refer to this question for the various size/length related WCF settings:

Maximum request length exceeded in WCF

Community
  • 1
  • 1
Plymouth223
  • 1,905
  • 1
  • 12
  • 22
  • hi, i have given maximum values for all the BINDING properties in web.config, but when invoking a WCF from TIBCO there is no concept of client side configuration. – CSharped Jul 10 '13 at 11:11