I'm using cxf to develop a webservice: this is the webservices on the server http://pastebin.com/dq3pSNcX and this is the beans.xml http://pastebin.com/qZb0ywvk loaded by the web.xml. This is the client: http://pastebin.com/pMWecMss Client and server send SOAP message each others. Everything works! I want to add security to the client and server soap message sended. I just made it for the server but i don't know how to do it with the client part. Someone can send me example on how to configure the client xml? Note: xml send soap messages using connection.call(msg, endpoint);
Someone can help me? -- View this message in context: http://old.nabble.com/WS-Security-on-SOAP-MESSAGE-tp27714474p27714474.html Sent from the cxf-user mailing list archive at Nabble.com.
