Re: WS-RM Usage

2007-09-26 Thread Bharath Ganesh
- From: Bharath Ganesh [EMAIL PROTECTED] To: cxf-user@incubator.apache.org Sent: Wednesday, September 26, 2007 5:43 AM Subject: Re: WS-RM Usage My wsdl now contains the RM-Assertion and I have enabled the policy engine (by getting hold of PolicyEngine from the bus). But when I invoke

RE: WS-RM Usage

2007-09-26 Thread Glynn, Eoghan
: Re: WS-RM Usage My wsdl now contains the RM-Assertion and I have enabled the policy engine (by getting hold of PolicyEngine from the bus). But when I invoke the webservice, I get the following message: Failed to retrieve message addressing properties from context - not ensuring reliable

Re: WS-RM Usage

2007-09-26 Thread Bharath Ganesh
: Re: WS-RM Usage My wsdl now contains the RM-Assertion and I have enabled the policy engine (by getting hold of PolicyEngine from the bus). But when I invoke the webservice, I get the following message: Failed to retrieve message addressing properties from context - not ensuring

RE: WS-RM Usage

2007-09-26 Thread Glynn, Eoghan
demo I'll mail you. Cheers, Eoghan -Original Message- From: Bharath Ganesh [mailto:[EMAIL PROTECTED] Sent: 26 September 2007 13:00 To: cxf-user@incubator.apache.org Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: WS-RM Usage Hi Glynn 1. In a previous mail

WS-RM Usage

2007-09-25 Thread Bharath Ganesh
Hi I have been trying to get WS-RM to work in CXF. These are the steps I followed. WSDL: Reference to a WS-policy, containing a RMAssertion. wsp:Policy wsu:Id=RM wsam:Addressing wsp:Policy/ /wsam:Addressing wsrmp:RMAssertion wsrmp:BaseRetransmissionInterval

RE: WS-RM Usage

2007-09-25 Thread Glynn, Eoghan
:12 To: cxf-user@incubator.apache.org Subject: WS-RM Usage Hi I have been trying to get WS-RM to work in CXF. These are the steps I followed. WSDL: Reference to a WS-policy, containing a RMAssertion. wsp:Policy wsu:Id=RM wsam:Addressing wsp:Policy/ /wsam:Addressing

Re: WS-RM Usage

2007-09-25 Thread Sergey Beryozkin
:30 PM Subject: RE: WS-RM Usage The presence of RMAssertion in the WSDL is enough for WS-RM to be engaged in the client-runtime *if* the policy engine is turned on the client config, via something like the following: bean id=org.apache.cxf.ws.policy.PolicyEngine class

Re: WS-RM Usage

2007-09-25 Thread Bharath Ganesh
: 25 September 2007 14:12 To: cxf-user@incubator.apache.org Subject: WS-RM Usage Hi I have been trying to get WS-RM to work in CXF. These are the steps I followed. WSDL: Reference to a WS-policy, containing a RMAssertion. wsp:Policy wsu:Id=RM wsam:Addressing