Asp.net (c#) and a JEE 5 webservice

Posted by arinte on Stack Overflow See other posts from Stack Overflow or by arinte
Published on 2009-12-09T20:55:41Z Indexed on 2010/05/29 22:02 UTC
Read the original article Hit count: 283

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about ASP.NET