1 Reply Latest reply on May 29, 2012 12:02 PM by miroof

    Large response truncated

    miroof

      Hi all,

       

      First of all sorry for my poor english.

       

      I work on EMC Documentum with an API which executes XQuery requests on xDB database which runs on JBoss AS 5.1.0.

      When I make a request on xmlStore, if the response exceeds a certain size limit, I get it truncated. I get the beginning, I get the end but a part of the middle is missing. So I get an invalid XML reply =(

      So I wonder if a particular configuration of JBoss AS could solve my problem.

       

      Thanks,

      Jeremy

        • 1. Re: Large response truncated
          miroof

          To solve my problem, I tried to disable HTTP chunking which, I think, truncates the reply.

          But I have not succeeded.

           

          If anyone could help me, it will be very nice ^^

           

          Thanks,

          Jeremy