1

I have a client connecting to third part WCF Service (I have access to the web.config or service but not code). The Third Party throws a SOAP Exception because the faulting assembly isn't marked as serializable - "Type Assembly not marked as serializable".

Is there anyway I can get the underlying exception detail that was thrown and not faulted on the WCF Service via configuration edit or other means?

Fergal
  • 11
  • 2

1 Answers1

0

You need to enable includeExceptionDetailInFaults in your web.config file.

Please check this.

Community
  • 1
  • 1
Bharat Gupta
  • 2,628
  • 1
  • 19
  • 27