Re: COnsuming WCF web service using CXF WSS4J

2012-04-26 Thread rajkumar00
Can you point me to some samples on how to use CXF and WS-SecurityPolicy to resolve this issue? -- View this message in context: http://cxf.547215.n5.nabble.com/Re-COnsuming-WCF-web-service-using-CXF-WSS4J-tp5632166p5667751.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: COnsuming WCF web service using CXF WSS4J

2012-04-12 Thread Colm O hEigeartaigh
in the configuration does not matter since it is hard coded in the WSS4J. I tried and it still gives the same order. Has anyone solved this before? -- View this message in context: http://cxf.547215.n5.nabble.com/Re-COnsuming-WCF-web-service-using-CXF-WSS4J-tp5632166p5633557.html Sent from the cxf-dev

Re: COnsuming WCF web service using CXF WSS4J

2012-04-11 Thread Freeman Fang
Hi, IIRC there's a tricky when work with WCF using wss4j. You should use the action sequence like entry key=action value=Signature Encrypt Timestamp/ when with WCF, it's worthy of trying to see if it works for you. Freeman On 2012-4-10, at 下午4:55, rajkumar00 wrote: I wrote a CXF client for

Re: COnsuming WCF web service using CXF WSS4J

2012-04-11 Thread rajkumar00
The order in the configuration does not matter since it is hard coded in the WSS4J. I tried and it still gives the same order. Has anyone solved this before? -- View this message in context: http://cxf.547215.n5.nabble.com/Re-COnsuming-WCF-web-service-using-CXF-WSS4J-tp5632166p5633557.html Sent

Re: COnsuming WCF web service using CXF WSS4J

2012-04-11 Thread Daniel Kulp
On Tuesday, April 10, 2012 01:55:18 AM rajkumar00 wrote: I wrote a CXF client for WCF web service and got the Signing without primary signature requires timestamp error from the WCF server even the timestamp is sent. This is because of the ordering of the timestamp tag in the SOAP Security