Search found 206 matches

by jonboy49
Tue Mar 07, 2023 4:33 pm
Forum: HTTPAPI
Topic: HTTPD.CONF Error on Script
Replies: 2
Views: 2885

Re: HTTPD.CONF Error on Script

This seems to indicate that the problem seems to be with the headers being set by the program in its response to the inbound request. Since you haven't shown any of the program logic it is hard to say what might be wrong.
by jonboy49
Fri Feb 24, 2023 7:00 pm
Forum: HTTPAPI
Topic: Wrong response with HTTPAPI
Replies: 6
Views: 3711

Re: Wrong response with HTTPAPI

I don't have any of your valid item codes (or whatever they are) to test with and had to guess that you just added the value to the URL but ... Using Insomnia to test the service I found that it can actually return \/ - so I'm guessing this is nothing to do with HTTPAPI and you may need to contact t...
by jonboy49
Sun Feb 19, 2023 10:58 pm
Forum: YAJL-ILE
Topic: DATA-INTO YAJLINTO Parser Data Structures
Replies: 4
Views: 2337

Re: DATA-INTO YAJLINTO Parser Data Structures

Best way is to show you where to look. You can highlight a code block and then click the icon shown or CodeTagsForBB.png You can manually code the tags the way they appear in the image i.e. a code tag followed by the code sample followed by a /code tag. All tags must be surrounded by square brackets...
by jonboy49
Sun Feb 19, 2023 5:04 pm
Forum: YAJL-ILE
Topic: DATA-INTO YAJLINTO Parser Data Structures
Replies: 4
Views: 2337

Re: DATA-INTO YAJLINTO Parser Data Structures

I don't see the point in the outer DS. Apart from that it look about right. Two things: 1) Please use code tags around your RPG code. Your post lost all indentation and was hard to read. 2) in the YAJL library you will find the command YAJLGEN. This will generate a skeleton program (including the ta...
by jonboy49
Fri Jan 20, 2023 11:55 pm
Forum: HTTPAPI
Topic: Using OAUTH2 with HTTPAPI
Replies: 4
Views: 3286

Re: Using OAUTH2 with HTTPAPI

Thanks - that's nice to know Dmitry.

I'll be getting back to it in a couple of weeks and give it a shot.
by jonboy49
Wed Jan 18, 2023 7:40 pm
Forum: General
Topic: Unit test framework for IbmI
Replies: 1
Views: 3710

Re: Unit test framework for IbmI

A number of people are using IBMiUnit as well as one or two others. This branch https://github.com/worksofliam/IBMiUnit is several commits ahead of the one you referenced and will incorporate easily with the Code for i extension to VS code. Try asking this on RPG400 list at midrange.com as there are...
by jonboy49
Wed Jan 11, 2023 6:27 pm
Forum: HTTPAPI
Topic: Using OAUTH2 with HTTPAPI
Replies: 4
Views: 3286

Re: Using OAUTH2 with HTTPAPI

That was pretty much the conclussion that I had rereached Scott - but I know from some remarks from Brad that he apparently has a way of auto refresshing the token becuase they do time out. I confess I have not checked the validity duration for the Zoom tokens - it may be that it is a moot point and...
by jonboy49
Thu Jan 05, 2023 9:02 pm
Forum: HTTPAPI
Topic: Using OAUTH2 with HTTPAPI
Replies: 4
Views: 3286

Using OAUTH2 with HTTPAPI

Has anyone used HTTPAPI in a situation where OAUTH2 was required? I have been happily using Zoom's JWT API interface for a couple of years but they are dropping support for that soon and I have to switch to OAUTH2 instead. I'm having a bit of a brain fart getting my head around the callback aspect o...
by jonboy49
Sat Dec 24, 2022 4:41 pm
Forum: Other ScottKlement.com Tools
Topic: Data issue while transferring data From Mainframe to IBM i
Replies: 8
Views: 12401

Re: Data issue while transferring data From Mainframe to IBM i

You appear to be using a valid approach BUT you still haven't posted the data definition you were given OR the details of the definition you created. How can I tell what you've done wrong without the information? My guess is you have misunderstood the definitions but if you post them I can tell you ...
by jonboy49
Fri Dec 23, 2022 8:44 pm
Forum: Other ScottKlement.com Tools
Topic: Data issue while transferring data From Mainframe to IBM i
Replies: 8
Views: 12401

Re: Data issue while transferring data From Mainframe to IBM i

What does the defintion of the file look like? Both on the mainframe side and on the IBM i? I'm having a flat PF. I guess I am not making myself clear. On the mainframe side I meant the COBOL definitions of the file's fields. i.e. the FD layout in the COBOL. On the IBM side did you just do a CRTPF ...