1. Anders Ångström
  2. PowerBuilder
  3. Thursday, 28 January 2021 12:03 PM UTC

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?

Accepted Answer
René Ullrich Accepted Answer Pending Moderation
  1. Thursday, 28 January 2021 13:04 PM UTC
  2. PowerBuilder
  3. # Permalink

In R3 there is a pbwsclient.pbd. It has a different size. You should try to use it and rebuild the application.

Comment
  1. Anders Ångström
  2. Thursday, 28 January 2021 13:14 PM UTC
Thank you very much, now it works! :)
  1. Helpful
There are no comments made yet.
René Ullrich Accepted Answer Pending Moderation
  1. Thursday, 28 January 2021 12:27 PM UTC
  2. PowerBuilder
  3. # 1

Do you have imported the soap client extension from PB 2019 R3? (or do you use the PBD from R3?)

 

Comment
  1. Anders Ångström
  2. Thursday, 28 January 2021 12:58 PM UTC
I imported pbwsclient190.pbd from R2, but do you mean that there is another one for R3?
  1. Helpful
There are no comments made yet.
Anders Ångström Accepted Answer Pending Moderation
  1. Thursday, 28 January 2021 12:55 PM UTC
  2. PowerBuilder
  3. # 2

I imported pbwsclient190.pbd from R2, but do you mean that there is another one for R3?

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.