Database Reference
In-Depth Information
Uniform Resource Identifier (URI)
In a routing option, we will use $uri from the previous assignment to dispatch a
message to the actual service. As you can clearly see here, we have left the retry
interval and retry count empty, as they are not applicable and we handle them us-
ing EP parameters. You will have also noticed that the mode is Request-Re-
sponse . Therefore, for one-way MEP, we should suppress the response payload
by providing a proper error code in message tracking data:
<CTUMessage
xmlns="urn:com:telco:ctu:la:ctumessage:v01">
<Payload
xmlns="urn:com:telco:ctu:la:payload:v01"/>
<MessageTrackingData
xmlns="urn:com:telco:ctu:la:messagetrackingdata:v01">
<MessageTrackingRecord>
<ErrorCode>0</ErrorCode>
</MessageTrackingRecord>
</MessageTrackingData>
</CTUMessage>
Search WWH ::




Custom Search