I have just installed Powerbuilder 2019 R3 and when I run my application I get the following error:
"Bad runtime function reference ..." after this:
if not isValid( isoap_connection ) then
isoap_connection = create SoapConnection
isoap_connection.setProxyServer( is_URL, "", "")
end if
I did not get this error with Powerbuilder 2019 R2.
What can I do to solve the problem?