C
CrazyOnU
Yet another PDS newbie question...
How do I connect to PDS from within a .Net web service? I've tried using the
PDSTest.Net code as a basis, but every time I call GetResponse(), I get a 401
error manifested as a WebException.
I can step through the code in PDSTest.Net without error, but my code errors
out every time. I'll post the code if anybody thinks that it'll prove helpful
but I don't want to waste bandwidth and lead anybody down the wrong path.
So far I've investigated:
1) Using GetCredentials against a URI created from the PDS.WSDL URL
2) Trying to get useful information about the currently executing
process/user through System.Security
Any help would be greatly appreciated as I'm yanking at my diminishing gray
hair...
How do I connect to PDS from within a .Net web service? I've tried using the
PDSTest.Net code as a basis, but every time I call GetResponse(), I get a 401
error manifested as a WebException.
I can step through the code in PDSTest.Net without error, but my code errors
out every time. I'll post the code if anybody thinks that it'll prove helpful
but I don't want to waste bandwidth and lead anybody down the wrong path.
So far I've investigated:
1) Using GetCredentials against a URI created from the PDS.WSDL URL
2) Trying to get useful information about the currently executing
process/user through System.Security
Any help would be greatly appreciated as I'm yanking at my diminishing gray
hair...