Flex, MsSql, Forum, Gallery, CCBill/PayPal

tvrfreak

Joined: 2006-08-16
Posts: 1
Posted: Wed, 2006-08-16 05:56

Need to integrate Flex, MsSql, Forum, Gallery, CCBill/PayPal for a very cool project...can you help? If so, I would like to talk to you.
Thank you!

 
nazz

Joined: 2008-02-08
Posts: 1
Posted: Fri, 2008-02-08 09:15

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