New SoapConnection functions

As of PowerBuilder 12.5.x, there are two functions in the SoapConnection class for the .NET Web services engine only:

  • EnablePreAuthentication- Applies only to webservices that use basic authentication mechanism. Call this function to pre-authenticate the request. Syntax: <conn>.EnablePreAuthentication()

  • SetKeepAlive- Whether to make a persistent connection to the Internet resource. Syntax: <conn>.SetKeepAlive(Boolean <value)