Reference Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Oracle SALT WS-AT Assertion Reference

The following sections provide Oracle SALT WS-AT Assertion reference information:

 


Overview

WS-AT defines a policy assertion that allows requests to indicate whether an operation call must or may be made as part of an Atomic Transaction. For the configuration impact of Atomic Transaction policy assertions, see the "Configuration Changes" chapter.

Depending on the direction of the calls and meaning of the policy assertion setting, the runtime inbound/outbound transaction behavior is as follows:

 


Policy File Example

The existing policy file mechanism includes the addition of WS-AT policy elements.WS-AT defines the ATAssertion element, with an Optional attribute, as follows:

/wsat:ATAssertion/@wsp:Optional="true"

Listing D-1 shows an example policy.xml file with an ATAssertion element.

Listing D-1 policy.xml file with an ATAssertion element
<?xml version="1.0"?>
<wsp:Policy wsp:Name="TransactionalServicePolicy"
  xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
  xmlns:wsat="http://docs.oasis-open.org/ws-tx/wsat/2006/06">
  <wsat:ATAssertion wsp:Optional="true"/>
</wsp:Policy>

  Back to Top       Previous  Next