OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-sx message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [ws-sx] Proposal to resolve Issue 110 : QName support for specifyingelements that need to be present in the message


Propose to add the following to the security policy spec.

<sp:RequiredParts>
  <sp:Header  name ="..."  namespace= "..." /> +
</sp:RequiredParts>


RequiredParts :  is alternative to RequiredElements assertion (which is 
based on XPATH) , specifying elements that need to be present in the 
message.

Multiple RequiredParts assertions present within a policy alternative 
are equivalent to a single RequiredParts assertion containing the union 
of all specified Header elements.



/sp:RequiredParts/sp:Header                    :   Specifies SOAPHeader 
elements  that need to be present in the message.
/sp:RequiredParts/sp:Header/@Name          :   This required attribute 
indicates the local name of the SOAPHeader that needs to be present in 
the message.
/sp:RequiredParts/sp:Header/@Namespace :   This required attribute 
indicates the namespace of the SOAP header that needs to be present in 
the message.


-Venu




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]