Search found 869 matches
- Sun Apr 20, 2025 9:25 pm
- Forum: YAJL-ILE
- Topic: Read Payload from IFS File to a string in RPGLE
- Replies: 5
- Views: 824
Re: Read Payload from IFS File to a string in RPGLE
Let's start from the beginning of the discussion: Trying to read a JSON payload from an IFS file to a string. But ContentLength comes as 0. Any thoughts on what am I missing? Can you explain what is meant, here? Content-Length has no relationship to reading a file from the IFS. So there is part of t...
- Sat Apr 19, 2025 9:09 pm
- Forum: YAJL-ILE
- Topic: HTTP response not readable
- Replies: 5
- Views: 5073
Re: HTTP response not readable
what's happenning is that the output is compressed using the gzip algorithm. It shouldn't be compressed, since by http standards, the server is not allowed to send a compressed document unless the client states that it is supported. So the server is malfunctioning. But it will work with any client t...
- Wed Apr 16, 2025 2:36 pm
- Forum: HTTPAPI
- Topic: How to update HTTPAPI
- Replies: 1
- Views: 3303
Re: How to update HTTPAPI
Install it into a different library.
Adjust your library list so that it uses the new version and test it.
If all is well, delete the old version, and install the new one.
Adjust your library list so that it uses the new version and test it.
If all is well, delete the old version, and install the new one.
- Wed Apr 16, 2025 2:35 pm
- Forum: HTTPAPI
- Topic: ssl_error(415): (GSKit) Peer not recognized or badly formatted message received.
- Replies: 3
- Views: 14131
Re: ssl_error(415): (GSKit) Peer not recognized or badly formatted message received.
What version of TLS is being required?
What version of TLS is available in your copy of the operating system?
What ciphers are requested?
What ciphers are in your version of the operating system?
I can't help you if you provide no information.
What version of TLS is available in your copy of the operating system?
What ciphers are requested?
What ciphers are in your version of the operating system?
I can't help you if you provide no information.
- Wed Apr 16, 2025 2:33 pm
- Forum: General
- Topic: Using GnuPG for PGP on i
- Replies: 2
- Views: 8731
Re: Using GnuPG for PGP on i
I haven't had a need to do this in many years. Obviously if you are doing it today, you would use the current version of GPG rather than the one from many years ago (I'm sure its more than 8 years.)
So use the current version and try it.
So use the current version and try it.
- Wed Apr 16, 2025 2:30 pm
- Forum: HTTPAPI
- Topic: Receiving SOAP from Vendor
- Replies: 3
- Views: 10180
Re: Receiving SOAP from Vendor
What error are you receiving?
- Wed Apr 16, 2025 2:29 pm
- Forum: YAJL-ILE
- Topic: HELP! Square Brackets not translating correctly in YAJL
- Replies: 2
- Views: 10103
Re: HELP! Square Brackets not translating correctly in YAJL
this happens when the data is being viewed as the wrong CCSID. You have provided incorrect CCSID information to YAJL.
- Wed Apr 16, 2025 2:28 pm
- Forum: YAJL-ILE
- Topic: HTTP response not readable
- Replies: 5
- Views: 5073
Re: HTTP response not readable
Please remove HTTP_setDebugLevel(2) from your program and generate a new log. The level 2 log is too difficult to read, that is why it isn't the default.
- Fri Apr 04, 2025 11:11 pm
- Forum: HTTPAPI
- Topic: Receiving SOAP from Vendor
- Replies: 3
- Views: 10180
Re: Receiving SOAP from Vendor
This is a very strange setup. Normally when you use IWS, it handles the XML (or JSON). It parses it and extracts the important parts and sends them to your program as parameters. In fact, this is really the primary purpose of IWS -- to handle the JSON or XML so you don't have to do it yourself. But ...
- Fri Apr 04, 2025 11:02 pm
- Forum: HSSFR4
- Topic: A correct sheet which cannot load
- Replies: 2
- Views: 11745
Re: A correct sheet which cannot load
After about 10 minutes of searching I discovered that XLSCONVERT is a tool from Easy400.net.
Unfortunately, I'm not familiar with this tool or what it supports. I would suggest checking out the support forums for Easy400 to find help.
Unfortunately, I'm not familiar with this tool or what it supports. I would suggest checking out the support forums for Easy400 to find help.