I have a web service called directory.svc. I am going to inplement httpmodule from greg rassoc (http://www.rassoc.com/gregr/weblog/2002/06/26/web-services-security-http-basic-authentication-without-active-directory/) as my security approach. So now when I go to www.mydomain.com/services/directory.svc it will prompt me with username and password. But my question is, how can I call
this service from my other web application? How can I pass the user credentials, because the attribute is not being exposed in WSDL file.<br>
<br>
Thanks in advance.