Getting underlying exception from third party WCF - SOAP Exception -


i have client connecting third part wcf service (i have access web.config or service not code). third party throws soap exception because faulting assembly isn't marked serializable - "type assembly not marked serializable".

is there anyway can underlying exception detail thrown , not faulted on wcf service via configuration edit or other means?

you need enable includeexceptiondetailinfaults in web.config file.

please check this.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -