Background
Prior to PowerBuilder 2017 R2, the SoapClient did not support calling WCF Services.
In PowerBuilder 2017 R2 and the latter versions, the HTTPClient object is available, through which you can call WCF Services.
In PowerBuilder 2019, the RESTClient object is strengthened, now you can also call the WCF Services.
How to use HTTPClient object to consume a WCF Service
a. To get the methods and parameters to consume the WCF Service.
Normally when you open a WCF Service website, you will get the following page: