SoapConnection:
UseIntegratedWindowsAuthentication method
Description
Determines
whether the SoapConnection object uses Integrated Windows Authentication
to connect to a Web service. This method is available for .NET Web
services only.
Syntax
1 |
<span>conn</span>.<span>UseIntegratedWindowsAuthentication</span> (boolean <span>useIWA</span>) |
Argument |
Description |
---|---|
conn |
The name of the SoapConnection object |
useIWA |
A boolean that determines whether to |
Return Values
Long. Valid values are 0
for
success, and 50
for failure.
Usage
You can call the UseIntegratedWindowsAuthentication method
to set connection authentication instead of the options argument
of the SetOptions method.
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments