Search found 14 matches

by jpgvithas
Mon Sep 11, 2023 10:24 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

Yeah. Sorry. I wanted to say that I have tried several situations that didn't work, and now it works.
Regarding the Ñ character, I meant that I have not been able to test a situation in which I receive that character in the TAG NAME.
Thanks.
by jpgvithas
Fri Sep 08, 2023 11:41 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

Thank you very much for your help. I have tested several medications that caused this problem, and it already works. I receive and process the response. These programs that use your API are inherited and they all have the same statement: HTTP_SetCCSIDs(1208 : 0); In addition, I have eliminated, also...
by jpgvithas
Thu Sep 07, 2023 9:53 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

I have contacted the entity, and for their part they see correct, and without incidents, the answers with accents, as can be seen in XML format.
I don't know how to proceed to fix it.
Tks
by jpgvithas
Thu Sep 07, 2023 6:48 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

However, it does display correctly in SOAPUI in XML format.
Based on your experience, should I contact the entity that provides those WS?

Tks
Example SOAPUI XML (no RAW).png
Example SOAPUI XML (no RAW).png (89.11 KiB) Viewed 22118 times
by jpgvithas
Tue Sep 05, 2023 1:47 pm
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

Hi, For contributing something else. I have carried out tests with SOAPUI software, to see if the answers had any common ground. Indeed, seeing the response as RAW, in the cases that this error occurs, it coincides that there is a word with accents (see images). I don't know if it could be the reaso...
by jpgvithas
Wed Aug 30, 2023 12:10 pm
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

Sorry. I forgot to add the DSPJOBLOG of the various calls, where you can see that the second call fails (MCH1210) and the DSPLYs show nothing due to the error.
With VIEW MESSAGE DETAILS this error occurs in:
Module :HTTPAPIR4
Procedure :HTTP_REQ
Sentence:8720
by jpgvithas
Tue Aug 29, 2023 11:54 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

I don't know if by reading the LOG that I am attaching again, it is possible to detect the problem. I insert the current source in case it helps, but to run it you need to install a certificate. This program needs two parameters: p_ejemplo and p_version. If p_ejemplo = '1' and p_version = '4' I get ...
by jpgvithas
Mon Aug 28, 2023 1:00 pm
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

So, if I understand correctly, if I use in my current programs http_url_post_xml instead of http_string, I would get the response without http_xlatedyn running and returning -1 and not getting the response. Correct? I need to receive the response and manage it so that the program shows the informati...
by jpgvithas
Tue Aug 15, 2023 7:40 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

Is there any possibility of receiving the XML even though HTTP_xlatedyn returns -1, and thus being able to display the result as it comes, or another similar possibility that I can contemplate?
Thanks
by jpgvithas
Wed Aug 02, 2023 7:51 am
Forum: HTTPAPI
Topic: SetError() Ñ73: CCSID conversion failed
Replies: 22
Views: 71733

Re: SetError() Ñ73: CCSID conversion failed

Thank you very much for your answer. Reviewing the HTTPAPI log, I don't see any strange characters in these responses that are sent to us. I only see an accent, but I don't think it's the error. What I really want is to show the response as SEVEM responds to me in its Web Service. I don't know how t...