We've migrated to PowerBuilder 2019 r2 from PB 12.5. All is working well so far even the web serivces we call with the old .net web service proxy using a wsdl URL. To future proof the application it appears from the PB documentation that we should use HTTPClient but the documentation is really poor. if you look at the example provided in this link:
the first part of the example is what we are using today with PB 12.5, a lot cleaner than the suggested change using HTTPCLient which is hard coded in the example.
Anyone out there that has successfully migrated from the old web proxy services to the new HTTPClient that has a cleaner, non-hard coded example?
thanks in advance!