Is it possible to get the faultcode and faultstring of a soap webservice through a wcf client? (PB.Net 12.5)
I'm getting right now a different error message using the System.Reflection.TargetInvocationException, I did a little of research (Google) and found that I should try with FaultException, but my catch falls into System.Reflection.TargetInvocationException, and I'm not getting the right error description.
Any help?