Asp.net (c#) and a JEE 5 webservice
- by arinte
We have a asp.net app that talks to a pretty complex JEE 5 web service. Everything works fine except when we throw an exception. We throw a simple exception without any inner/orig exception, but we get this message on the .Net side.
Additional XML content is present in the fault detail element. Only a single element is allowed.
Works fine with a java client, as in we can get the exception message. What can we do?