Cast your stub (or port implementation, the object you use to make the service calls) to a BindingProvider to get at the RequestContext, then set the value there as a property:

        ((BindingProvider)greeter).getRequestContext().
            put(RMManager.WSRM_LAST_MESSAGE_PROPERTY, Boolean.TRUE);

  - Dennis

On 08/31/2013 12:52 AM, nbenmansour wrote:
Hi Dennis but how can i set flag (WSRM_LAST_MESSAGE_PROPERTY) true there is
no setter for that property??



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Where-is-the-TerminateSequence-message-tp5733333p5733352.html
Sent from the cxf-user mailing list archive at Nabble.com.


Reply via email to