Groups | Blog | Home
all groups > dotnet xml > july 2004 >

dotnet xml : How can i get an Applicaton Exception to the Consumer


Stefan Glock
7/23/2004 1:44:04 AM
Hi,

Emil Kvarnhammar
7/23/2004 1:33:37 PM
Hi Stefan,

Then you will have to catch the SoapException and unmarshall all data of the
exception
thrown at the server.

You have to think of it from a protocol perspective.

It is not strange that you get a SoapException. There is no way to guarantee
that the
client knows about the ApplicationException datatype.

Imagine if the client was implemented in Java. SoapException is thrown by
the Soap client,
when the web method call failed.

/Emil Kvarnhammar

[quoted text, click to view]
the Consumer of the Web Service i always get an SoapException. Is there an
easy way to get on the Client Side the Application Exception?

AddThis Social Bookmark Button