hi,
we are developing a web application in flex, which calls a .net web service which has some authentications, we provide some username and password with
ws.setRemoteCredentials(username,password,null); or
ws.setCredentials(username,password,null);
in action script, while loading the webservice, but it do not allow me to access the web service and give error like http:// 401 UNAUTHORIZED.
for passing username and password, do i need to have any change with flex-config.xml file or in web.xml file. if it is then what are the changes should i made.
and is it possible to pass windows default credentials to the web service with the Flex applicattion and if yes then how can i pass windows default credentials to the web service?
Posts: 1
hi,
we are developing a web application in flex, which calls a .net web service which has some authentications, we provide some username and password with
ws.setRemoteCredentials(username,password,null); or
ws.setCredentials(username,password,null);
in action script, while loading the webservice, but it do not allow me to access the web service and give error like http:// 401 UNAUTHORIZED.
for passing username and password, do i need to have any change with flex-config.xml file or in web.xml file. if it is then what are the changes should i made.
and is it possible to pass windows default credentials to the web service with the Flex applicattion and if yes then how can i pass windows default credentials to the web service?
nazz