×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks for your reply Brad
The snowfall on Long Island must be getting to me
How would I approach this?
Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Bradley Stone
Sent: Tuesday, January 27, 2015 12:56 PM
To: Midrange Systems Technical Discussion
Subject: Re: Data string greater than 65k
That must mean that the web service is an RPG program reading standard input and QtmhRdStin.
This API accepts a pointer and the length of the receiver variable.
You may want to try using a pointer and %alloc() some space. The Content length header should contain the size of the data you're going to read.
Then read through it one byte at a time and write it in a stream file (or whatever you wanted to do with it).
Just a thought, I haven't tested this at all. :) Just something I always wondered about too. And thinking out loud.. :)
Brad
www.bvstools.com
On Tue, Jan 27, 2015 at 11:48 AM, Alan Shore <ashore@xxxxxxxx> wrote:
The web service is running on our hardware Thanks for your reply
As an Amazon Associate we earn from qualifying purchases.