views:

130

answers:

0

I hope this question is not as cryptic as the other ones I do.

I have two components: Web site that recieves Soap Envelopes and Soap Faults WinServices that sends Soap Envelopes.

Ok, so the winservices sends SoapEnvelopes and if an error occurs it returns the Soap Envelope with a Soap Fault Inside.

Is there a way to serialize the Soap Fault in a class or a way to recover the faults in an easy way? Trying to avoid doing it by hand. Been trying xpath but since this uses a lot of namespaces I cant never get it to work.