Thanks.
That's what we thought here too, but now that you've confirmed it,
we know for sure that we need to go to the data provider.
Greetings
Search found 4 matches
- Tue Apr 22, 2025 5:31 am
- Forum: YAJL-ILE
- Topic: HTTP response not readable
- Replies: 6
- Views: 13107
- Thu Apr 17, 2025 6:34 am
- Forum: YAJL-ILE
- Topic: HTTP response not readable
- Replies: 6
- Views: 13107
Re: HTTP response not readable
Yes, no problem.
Log attached.
HTTPAPI Ver 1.45 released 2021-09-20
NTLM Ver 1.4.0 released 2014-12-22
OS/400 Ver V7R4M0
New iconv() objects set, PostRem=1208. PostLoc=1208. ProtRem=819. ProtLoc=0
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver ...
Log attached.
HTTPAPI Ver 1.45 released 2021-09-20
NTLM Ver 1.4.0 released 2014-12-22
OS/400 Ver V7R4M0
New iconv() objects set, PostRem=1208. PostLoc=1208. ProtRem=819. ProtLoc=0
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver ...
- Mon Apr 07, 2025 6:42 am
- Forum: YAJL-ILE
- Topic: HTTP response not readable
- Replies: 6
- Views: 13107
Re: HTTP response not readable
Thank you for your answer
RPG code below
C callp HTTP_SetCCSIDs(1208:1208)
C callp http_xproc( HTTP_POINT_ADDL_HEADER
C : *NULL)
C CallP http_xproc( HTTP_POINT_ADDL_HEADER
C : %paddr(Add_AcceptHead) )
C Eval wWebAdr = 'https://skf-api-external-'
C + 'eu20-tyvvw4iy.prod.apimanagement'
C ...
RPG code below
C callp HTTP_SetCCSIDs(1208:1208)
C callp http_xproc( HTTP_POINT_ADDL_HEADER
C : *NULL)
C CallP http_xproc( HTTP_POINT_ADDL_HEADER
C : %paddr(Add_AcceptHead) )
C Eval wWebAdr = 'https://skf-api-external-'
C + 'eu20-tyvvw4iy.prod.apimanagement'
C ...
- Fri Apr 04, 2025 7:43 am
- Forum: YAJL-ILE
- Topic: HTTP response not readable
- Replies: 6
- Views: 13107
HTTP response not readable
Hey
We send a request to another system via a web service.
We get an answer, but it is not readable.
We have tried experimenting with different CCSIDs (1208,0,...) via HTTP_SetCCSIDs().
But nothing seems to help, the same with requests via SOAPui or Postman, gives a readable result.
What are we ...
We send a request to another system via a web service.
We get an answer, but it is not readable.
We have tried experimenting with different CCSIDs (1208,0,...) via HTTP_SetCCSIDs().
But nothing seems to help, the same with requests via SOAPui or Postman, gives a readable result.
What are we ...