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

Returned values with more than 16383 characters



As  a result of a web service call using http_url_post_xml, I am receiving
data where the value field in the procedure is being truncated to only
16383 characters.  There is more data than that.  I need to know how to get
the truncated data.


     p myProc          B
     d myProc          PI
     D   userdata                      *   value
     D   depth                       10I 0 value
     D   name                      1024A   varying const
     D   path                     24576A   varying const
     D   valueIn                  32767A   varying const
     D   attrs                         *   dim(32767)
     D                                     const options(*varsize)

userData = address, but I am not putting any data here
depth = 4
name = Statewide
path =  /soap:Envelope/soap:Body/SearchResponse
valueIn = <SearchReturn><People><Person><Information LocalID="903"
LocalStatus="A" StatusReason="" StateStatus="A" LastName="Public"
MiddleName="Q" FirstName="John" NameSuffix="" RegistrationDate="2007-07-10"
Gender="M" Phone="" StreetNumber="" StreetPredirection="" StreetName=""
StreetType="" StreetPostDirection="" StreetFreeForm="" AddrLine2=""
AddrCity="" AddrState="" AddrZip="" MailLine1="" MailLine2="" MailCity=""
MailState="" MailCountry="" RegSource=""
/><Histories></Histories><Districts></Districts></Person><Person><Information
 LocalID="904" Jurisdiction="Edgar County" LocalStatus="A" StatusReason=""
StateStatus="A" LastName="Public" MiddleName="Q" FirstName="John"
NameSuffix="" RegistrationDate="2007-07-10" Gender="M" Phone=""
StreetNumber="" StreetPredirection="" StreetName="" StreetType=""
StreetPostDirection="" StreetFreeForm="" AddrLine2="" AddrCity=""
AddrState="" AddrZip="" MailLine1="" MailLine2="" MailCity="" MailState=""
MailCountry="" RegSource=""
/><Histories></Histories><Districts></Districts></Person><Person><Information
  LocalID="905" Jurisdiction="Edgar County" LocalStatus="A" StatusReason=""
StateStatus="A" LastName="Public" MiddleName="Q" FirstNam....

plus a whole lot more

attrs:

ATTRS                 POINTER              DIM(2103)
                        (1)                SPP:*NULL
                        (2)                SPP:*NULL
                        (3)                SPP:*NULL
                        (4)                SPP:*NULL
                        (5)                SPP:*NULL
                        (6)                SPP:*NULL
                        (7)                SPP:*NULL
                        (8)                SPP:*NULL
                        (9)                SPP:C6672DE0EE030C00
                        (10-13)            SPP:*NULL
                        (14)               SPP:*NULL
                        (15)               SPP:*NULL

Gordie Larkins

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------