RE: i009 - mustIgnore rule for multiple To, ReplyTo, etc.

> <soap:Header>
>   <wsa:addressing soap:mustUnderstand="true">
>     <wsa:To> +
>     <wsa:ReplyTo>*
>     <wsa:FaultTo>*
>     <wsa:any namespace="##other">* <!--This to allow DaveO's V2 -->
>   </wsa:addressing>
> </soap:Header>

Sorry... forgot the others...

<soap:Header>
  <wsa:addressing soap:mustUnderstand="true">
    <wsa:To> 1
    <wsa:Action> 1
    <wsa:From> 0..1
    <wsa:MessageId> 0..1
    <wsa:RelatesTo>*
    <wsa:ReplyTo>*
    <wsa:FaultTo>*
    <wsa:any namespace="##other">* <!--This to allow DaveO's V2 -->
  </wsa:addressing>
</soap:Header>

But you get the idea. 

.savas.

Received on Thursday, 13 January 2005 03:12:10 UTC