I have a requirement to access a SOAP Web-Service from PB2019. SOAP techniques are listed as obsolete and therefore not supported. How do I access a SOAP Web service then?
I have a requirement to access a SOAP Web-Service from PB2019. SOAP techniques are listed as obsolete and therefore not supported. How do I access a SOAP Web service then?
FYI: If you use the HTTPClient route and the WS is returning an XML data stream ... you'll need to use the PBDOM feature to parse out the datum.
Regards ... Chris