This topic has not yet been rated - Rate this topic

2.2.3.9 One-way Policy Assertion

<xs:schema 
           attributeFormDefault="unqualified" 
           elementFormDefault="qualified" 
           targetNamespace="http://schemas.microsoft.com/ws/2005/05/routing/policy" 
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="OneWay">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="PacketRoutable" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

The following describes the content model of the OneWay element.

/ow:OneWay: A Web service endpoint with a One-way policy assertion MUST treat all input messages as input messages in one-way operations. The Web service endpoint MUST NOT send replies to a received message. The Web service endpoint MUST treat all output messages as output messages in notification operations. The Web service endpoint MUST NOT accept replies from sent messages.

/ow:OneWay/ow:PacketRoutable: When present, indicates that messages sent to the Web service endpoint MUST be sent as .NET packets, as specified in [MC-NPR] section 2.2.2.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.