WSS4JOutInterceptor class not found in cxf 2.0.4-incubator client

2011-06-20 Thread siuyab
Dear all, I am developing a cxf web service client with simple username token authentication. Before using the authentication (wss4j) it was working perfectly fine. But after adding the security, with the following codes: JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); factory.setSer

Re: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for port...

2011-05-09 Thread siuyab
> Freeman > On 2011-5-9, at 下午9:59, siuyab wrote: > > > Hi Willem Jiang, > > > > Thank you for your reply. > > Yes, you are correct. That's what I did. > > Is there something wrong with that in new version of CXF? I am sorry > > if thi

Re: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for port...

2011-05-09 Thread siuyab
Hi Willem Jiang, Thank you for your reply. Yes, you are correct. That's what I did. Is there something wrong with that in new version of CXF? I am sorry if this is rather stupid question. Best, Bayu -- View this message in context: http://cxf.547215.n5.nabble.com/org-apache-cxf-service-factory

Re: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for port...

2011-05-07 Thread siuyab
Dear all, Could any body response to my question please? Any help is really appreciated :) Best regards, Bayu -- View this message in context: http://cxf.547215.n5.nabble.com/org-apache-cxf-service-factory-ServiceConstructionException-Could-not-find-definition-for-port-tp4376704p4378605.html S

Re: [newbie question] CXFNonSpringServlet and ws-security

2010-11-03 Thread siuyab
When I debugged it, it just went directly to the port implementation method, i.e. it didn't go to the callback-handler class.. does anybody know what might go wrong in this case? Thank you in advance. bayu -- View this message in context: http://cxf.547215.n5.nabble.com/newbie-question-CXFNon

[newbie question] CXFNonSpringServlet and ws-security

2010-11-03 Thread siuyab
Dear all, Actually I posted this question under different thread, but I think it's better to start as a new thread. I have to say that I am new to web service and CXF stuff. I currently trying to add simple username token of ws-security on an already developed code which is using CXFNonSpringSe

Re: CXFNonSpringServlet How-To?

2010-11-02 Thread siuyab
Hi Dan, First of all I also have to say that I am new to web service and CXF stuff. I currently trying to add simple username token of ws-security on an already developed code which is using CXFNonSpringServlet. In the override loadBus method, the endpoint is published in this way: javax.xml.ws

Re: securing webservice using ws-policy or ws-securitypolicy

2010-10-21 Thread siuyab
Hi Denis, Thank you for your response. Indeed it was the key to solve my problem. Although I had to face other problems, but finally it works :) -bayu- -- View this message in context: http://cxf.547215.n5.nabble.com/securing-webservice-using-ws-policy-or-ws-securitypolicy-tp568195p3230909.htm

Re: securing webservice using ws-policy or ws-securitypolicy

2010-10-21 Thread siuyab
Hi Dennis, I am very new to web service and thus the ws-securitypolicy. I have a task in a project where I have to implement authentication in an ongoing work which is based on web service. I tried to re-create a project based on your example codes (username & password tokens) and everything work