[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Truncated Replies



I am also experiencing truncated replies on my response documents.  I'm using a regular POST (no SSL) and half the time I receive a document 1268 characters long.  Our AS400 is currently running V5R2 and I am posting to a .net web service.  I tried adding the MSG_WAITALL flag to the recv API without any results:

 

     c                   dow       forever

 

     C* receive as much data as is available & will fit in our buffer

     c                   eval      wwLen = recv(peSock: %addr(wwData):

     c                                %size(wwData): MSG_WAITALL)