Thanks for your reply, I will look forward if there is a delete task prior to any new write to log.
Given the opportunity thank you for the great job you have done with the httpapi and all the other libraries you have publish.
Thanks
Kostas
Search found 6 matches
- Tue May 02, 2023 2:44 pm
- Forum: HTTPAPI
- Topic: http_debug
- Replies: 2
- Views: 5539
- Fri Apr 28, 2023 12:31 pm
- Forum: HTTPAPI
- Topic: http_debug
- Replies: 2
- Views: 5539
http_debug
Hi, I am using the HTTPAPI to consume REST and SOAP services. For both APIs I am using the http_debug(*ON : '/API-Log.txt'); When using the call for logging (http_debug) with the library for REST api all calls are appended to the log file. Unfortunately when using the call for logging (http_debug) w...
- Fri Mar 24, 2023 4:11 pm
- Forum: HTTPAPI
- Topic: Bad translation
- Replies: 1
- Views: 5388
Re: Bad translation
Problem solved only by setting http_setOption('network-ccsid' : '1208') !!!! 

- Fri Mar 24, 2023 3:35 pm
- Forum: HTTPAPI
- Topic: Bad translation
- Replies: 1
- Views: 5388
Bad translation
Hi all, I am using libhttp to send soap xml message to a service from an AS400 system. I have to include Greek characters in the xml message, although the variable dump displays Greek chars reading the log i find garbage characters and the service does not accept the message. I have also try to decl...
- Tue Mar 21, 2023 10:33 am
- Forum: HTTPAPI
- Topic: HTTPAPI setoption
- Replies: 2
- Views: 7550
Re: HTTPAPI setoption
Thank jonboy49 for your recommendation, Due to company's policy we install the newest version to a library with a different name in order to keep both versions.
- Wed Mar 15, 2023 4:32 pm
- Forum: HTTPAPI
- Topic: HTTPAPI setoption
- Replies: 2
- Views: 7550
HTTPAPI setoption
Hi, I am using HTTPAPI to consum a web service, I also need to set a header option (SoapAction). Try to use the setoption() but it looks our system does not include that function (maybe an early product installation 19/07/12). My question: is there another way to set this option but not to install a...