Search found 6 matches

by papavask
Tue May 02, 2023 2:44 pm
Forum: HTTPAPI
Topic: http_debug
Replies: 2
Views: 1148

Re: http_debug

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
by papavask
Fri Apr 28, 2023 12:31 pm
Forum: HTTPAPI
Topic: http_debug
Replies: 2
Views: 1148

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...
by papavask
Fri Mar 24, 2023 4:11 pm
Forum: HTTPAPI
Topic: Bad translation
Replies: 1
Views: 2689

Re: Bad translation

Problem solved only by setting http_setOption('network-ccsid' : '1208') !!!! ;)
by papavask
Fri Mar 24, 2023 3:35 pm
Forum: HTTPAPI
Topic: Bad translation
Replies: 1
Views: 2689

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...
by papavask
Tue Mar 21, 2023 10:33 am
Forum: HTTPAPI
Topic: HTTPAPI setoption
Replies: 2
Views: 2906

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.
by papavask
Wed Mar 15, 2023 4:32 pm
Forum: HTTPAPI
Topic: HTTPAPI setoption
Replies: 2
Views: 2906

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...