Posted: Fri Oct 07, 2005 5:12 am Post subject: Message returned by HTTPReply too short!
Acolyte
Joined: 26 Feb 2002 Posts: 73
Hi
I have a flow that receives a request using an HTTPInput. It puts to a queue using MQOutput. The next flow is receiving the reply using MQInput and puts the message back to the originator using HTTPReply.
Now, the reply message is an XML and it has the length of 9153 bytes. However when sent back to the web-browser by the HTTPReply node the message is cut down to 790 bytes, and I receive XML error because the message is incomplete.
I have tried to set up the HTTPInputHeader.Content-Length in a compute-node immeditially before the HTTPReply and I have also tried to omit it. I also tried to check and uncheck the box under properties of the HTTPReply telling wherefrom the Reply-header is to be fetched.
I have a trace node after the HTTPReply and I can see in the debugger that the Content-Length parameter in the tree is correctly set to 9153, but still the message is only 790 bytes when I recieve it in the web-browser.
What Version and Fix pack are you on? There was an early problem In V5 where the limit was (I think) 8K for a message. You may be hitting this? If so it is fixed in one of the CSDs for V5 _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum