Can the EWS can be consumed inside a customised webservice. We are facing the attentication failure at DocumentManagment Service. Please guide if anyone has a clue! Thanks
Regards,
Smreet
Hi Smreet,
I think that raises a few questions. What version of the product are you using?
Assuming you tested with CWS, and it failed:
It may be a better approach to understand why CWS is failing to authenticate, rather to workaround it. If you catch the exception in a try/catch block, what exactly does it say?
Are you using C# or Java?
The authentication is handled differently between the two, so that would be helpful to know.
If you are doing everything with EWS, do try to catch the exception, too.
Thanks.