Consultor Eletrônico



Kbase P122897: How to retrieve a WSDL posted on IIS using username and password?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/14/2008
Status: Verified

GOAL:

How to retrieve a WSDL posted on IIS using username and password?

GOAL:

Which IIS authentication methods are supported by the ABL client?

FACT(s) (Environment):

OpenEdge 10.1x
Web Services
IIS

FIX:

To retrieve the WSDL use the -WSDLUserid and -WSDLPassword parameters in the CONNECT() method. For example:
hWebService:CONNECT("-WSDL 'http://localhost:8080/wsa/wsa1/wsdl?targetURI=urn:tempuri-org'" -WSDLUserid username -WSDLPassword password).

When using username and password, make sure that IIS is configured to use HTTP 1.1 BASIC authentication since the NTLM/ Windows Integrated Authentication is not supported.