Hello ALL,
We are migrating PB9 application in PB2017R3. We are facing on issue while calling to restful services.
This code is working fine in PB9 but not working PB2017R3.
Sample code:
li_retrn = linet_base.PostURL(ls_url, lblb_args, ls_headers,long(gs_env_port),luo_http_post)
While call service in PB17 we getting junk value like (㔹〰‶†††††††….) in luo_http_post.return_parameter.
It seem like some missing file in source code environment please suggest.