D
David
hello all,
I have a windows application that runs a webservice, namelly A, which uses
sessions (i dont know if this is important). some times the requests of the
client (winform) are passed from the webservice A to another Webservice, B,
which is stateless. In the begining, When A tried to apply the webmethod of
B throgh BProxy, I received a webException 401. So I added to Bproxy
credentials:
BProxy.Credentials =System.Net.CredentialCache.DefaultCredentials;
Now, I receive another webException: 404 not found.
The url of B.asmx is ok. Im using IIS 5.1. in the authentication tab in the
IIS, the directory of B has checked only the "integrated windows
authentication".
Thanks, David
I have a windows application that runs a webservice, namelly A, which uses
sessions (i dont know if this is important). some times the requests of the
client (winform) are passed from the webservice A to another Webservice, B,
which is stateless. In the begining, When A tried to apply the webmethod of
B throgh BProxy, I received a webException 401. So I added to Bproxy
credentials:
BProxy.Credentials =System.Net.CredentialCache.DefaultCredentials;
Now, I receive another webException: 404 not found.
The url of B.asmx is ok. Im using IIS 5.1. in the authentication tab in the
IIS, the directory of B has checked only the "integrated windows
authentication".
Thanks, David