Old school PowerBuilder. Using PB 19 R3 Build 2670. Basic client server.
Calling a Web service proxy via SOAP. Code sample below:
TRY
conn.Useintegratedwindowsauthentication( True)
CATCH (Throwable x)
ls_error = x.GetMessage()
MessageBox( "EAS", "Error initializing web service call to Universal Coder." )
RETURN -1
END TRY
This has worked for years and still does on most Windows machines. I have received a call from 2 users who are getting an error when it hits the conn.Useintegratedwindowsauthentication( True) line. It throws a bad runtime function reference.
I googled and tried removing the duplicate libeay32.dll from SysWow. I even tried to put the PB runtime in with the EXE and also tried to put the EXE location 1st in the path. No luck. Still get same error.
Again, this works on almost every other computer in the company (1000 or so).
Any other things to look for?
Thanks,
Ed
Great!
Please mark as resolved.
regards