Is it possible to log in directly to a WSDL on the web using basic authentication in the following fashion i.e. via a URL.
http://www.domain.com/test/crm/cust.nsf/WS_contacts?wsdl?login&username=jim smith&password=pswrd12
We are havings ome trouble doing it.
Subject: WSDL and Authentication
You used to be able to use http://username:password@www.domain.com/etc/etc – but browsers don’t let you do that anymore (http://support.microsoft.com/kb/834489) Not sure if that’d work via code though (assuming that’s how you’re getting the wsdl…)