Glen Mazza wrote:
> 
> Links #4 and #8 here may provide some help:
> http://www.jroller.com/gmazza/entry/blog_article_index
> 
> Glen
> 
> 
> StErMi wrote:
>> 
>> 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?
>> 
> 
> 

The problem is that I need to find some tutorials for the client that send
the SOAP message using the connection ( and the server is a class that
implements Provider<SOAPMessage> ).
The client doesn't have anyend point to configure...

-- 
View this message in context: 
http://old.nabble.com/WS-Security-on-SOAP-MESSAGE-tp27714474p27715201.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to