Hello Scott,
I was able to use the above for XML and now they are asking me to do the same with large JSON strings (up to 30 meg long). The JSON string will be passed in as a pointer to my program. All I need to do is send the request (as a pointer) with a TOKEN (as a header) then return the full ...
Search found 3 matches
- Tue Aug 19, 2025 1:35 pm
- Forum: HTTPAPI
- Topic: Need to return Large XML and JSON data over 16 meg
- Replies: 5
- Views: 34487
- Tue Mar 25, 2025 6:05 pm
- Forum: HTTPAPI
- Topic: Need to return Large XML and JSON data over 16 meg
- Replies: 5
- Views: 34487
Re: Need to return Large XML and JSON data over 16 meg
Scott,
Thanks for your response. The http_XmlReturnPtr(*ON) did work great and I can just pull data as needed from the pointer.
I have 1 additional question.
Is there a size limit that can be returned using this and the Value_T DS? I am on version V7R3M0 and I seen comment from you to another ...
Thanks for your response. The http_XmlReturnPtr(*ON) did work great and I can just pull data as needed from the pointer.
I have 1 additional question.
Is there a size limit that can be returned using this and the Value_T DS? I am on version V7R3M0 and I seen comment from you to another ...
- Thu Mar 20, 2025 1:10 pm
- Forum: HTTPAPI
- Topic: Need to return Large XML and JSON data over 16 meg
- Replies: 5
- Views: 34487
Need to return Large XML and JSON data over 16 meg
First please excuse my ignorance, I am new to this process.
I have a client that will be sending in large XML and JSON data (passed as a pointer) to my RPG program (up to 30 meg long) . I need to send the data to the server and then the server will return a response that can be up to 40-50 meg long ...
I have a client that will be sending in large XML and JSON data (passed as a pointer) to my RPG program (up to 30 meg long) . I need to send the data to the server and then the server will return a response that can be up to 40-50 meg long ...