Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SOAPException message
Message
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00910888
Message ID:
00913568
Views:
39
Are you throwing SoapExceptions? I think it requires SoapExceptions on the server with the proper Exception type to get only the message. From there the SoapException client handles parsing the message correctly.

On the server you should be doing somehting like this:
if (!wwUtils.SerializeObject(Item,writer)) 
  throw new SoapException("Unable to serialize object",
                          SoapException.ServerFaultCode);
+++ Rick ---

>Weird... When I have "RemoteOnly" set in my customErrors setting, I get a message with
>
>--->
>
>as the message separator and when I set customErrors to On, the message
>separator is
>
>-->
>
> ?
>
>That's no big deal but it's still kinda weird to get this kind of inconsistency.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform