- Libby Engelbret
- PowerBuilder
- Tuesday, 29 May 2018 09:25 PM UTC
I am attempting to get xml from a website in my PB 2017 application, and use PBDOM to read it. Everything works fine on my development box but when I deploy it to the client it doesn't work. I deleted all of the pbdom files and reimported pbdom17.pbx. Everything compiles fine. When it didn't work, I tried deploying every dll, in case it was missing something. Still no luck. Here is the code. I have obscured the appid and appkey in the url so they won't work. That is not the problem in any case, because it is failing on the last statement (BuildFromString), which means the website is returning 200 (the valid status code). The error message it gives is "Bad runtime function reference at line 103...", which is the last line of the code I pasted in. Can anyone help?
lole_Send = CREATE OleObject
lole_SrvHTTP = CREATE OleObject
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.