Re: Issue 192 & R803

+1

Martin Gudgin wrote:

> Radical suggestion:
>
> In the fault case ditch Body entirely, and replace it with Fault.
>
> <soap:Envelope xmlns:soap='http://www.w3.org/2001/12/soap-envelope' >
>   <soap:Header>
>     ...
>   </soap:Header>
>   <soap:Fault>
>     <faultcode>soap:Sender</faultcode>
>     <faultstring>You send bad stuff</faultstring>
>   </soap:Fault>
> </soap:Envelope>

Received on Wednesday, 3 April 2002 11:07:53 UTC