Search found 2 matches

by gbaldcgi
Tue Mar 25, 2025 6:05 pm
Forum: HTTPAPI
Topic: Need to return Large XML and JSON data over 16 meg
Replies: 3
Views: 20416

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 person...
by gbaldcgi
Thu Mar 20, 2025 1:10 pm
Forum: HTTPAPI
Topic: Need to return Large XML and JSON data over 16 meg
Replies: 3
Views: 20416

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....