Re: UsernameToken Credentials not coming to Server side Wss4jInInterceptor

2013-10-08 Thread Nidhi Sharma
Yes...After lot of digging..I found problem with Jboss Native WS jars. When request was coming to the out interceptors it was not read properly and hence creating wrong DOM node. So when I tried running after removing jboss Native WS jars, it was working for me. Nidhi On Tue, Oct 8, 2013 at

Re: Problem with UsernameToken

2013-05-08 Thread Nidhi Sharma
Hi, To make it work I installed jboss-ep-ws-cxf-5.1.0 installer and downgrade the cxf version to 2.2.12-patch02. Now as per our undersatnding we need not to include cxf related jars in EAR deployment So I removed these jars from my EAR and deployed to jboss but on deployment its giving error as

Re: Problem with UsernameToken

2013-05-03 Thread Nidhi Sharma
Got the thing I guess...JBossWs is the problem with CXF . when we removed the jbossws.sar and jbossws.deployer, this security configuration is working fine. Can we do something to remove this conflict. Nidhi -- View this message in context:

Re: UsernameToken Credentials not coming to Server side Wss4jInInterceptor

2013-04-30 Thread Nidhi Sharma
Hi Tried the way suggested I am using cxf2.6.5 and Jboss5.1 It seems its problem with Jboss-ws ...So now my Security Header looks like: soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:Headerwsse:Security

Re: Problem with UsernameToken

2013-04-29 Thread Nidhi Sharma
Hi Daniel, Sorry for late reply POST /eskm/services/eventNotification HTTP/1.1 Content-Type: text/xml; charset=UTF-8 Accept: */* SOAPAction: User-Agent: Apache CXF 2.6.5 Cache-Control: no-cache Pragma: no-cache Host: localhost:8081 Connection: keep-alive Content-Length: 1544 I looged this

Re: UsernameToken Credentials not coming to Server side Wss4jInInterceptor

2013-04-29 Thread Nidhi Sharma
When I was debugging this service ..I noticed when call comes to WSS4JInInterceptor..it delegates the call to SAAJInInterceptor and this class in turn call replaceHeaders(). I m not sure if something happening here in binding and attaching the request parameters... I am new to CXF and related

RE: Problem with UsernameToken

2013-04-26 Thread Nidhi Sharma
I tried with WSS4JOutInterceptor also but its giving me same problem .So its doesn't matter weather I create request using OutInterceptor or I am creating it manually. I think problem is with ReplayCache Configuration . I am not sure how its works , I read somewhere when request come to

Problem with UsernameToken

2013-04-25 Thread Nidhi Sharma
Hi, I am trying to apply UsernameToken Security to my cxf webservice using WSS4jInIterceptor.Here is my endpoint declaration: jaxws:endpoint id=ibis-webservice mplementor=org.ets.skm.oasys.webservice.event.EventNotificationBean

UsernameToken Credentials not coming to Server side Wss4jInInterceptor

2013-04-25 Thread Nidhi Sharma
Hi, I am trying to apply UsernameToken Security to my cxf webservice using WSS4jInIterceptor.Here is my endpoint declaration: jaxws:endpoint id=ibis-webservice mplementor=org.ets.skm.oasys.webservice.event.EventNotificationBean