On 9/12/06, Luca Risello <[EMAIL PROTECTED]> wrote:
Hi Fernando I've fixed the bug!!!! : ) Yeahhhhhhhhhhhhhhhhhhhhh!!!!!!!!!!!!!!! Thanks to You, Josè, Anastasia and to all the peolple helps me!!! Now I must do the same thing for the response...I must confing the wsdd files with a symmetric config!? <requestFlow> ... </requestFlow> <responseFlow> ... </responseFlow>
If you want to send a secured message to the server then you have to configure the clien't requestFlow (with WSDoAllSender) and the service's requestFlow (with WSDoAllReceiver). And if you want to secure the response from the service to the client then you have to configure the service's responseFlow with WSDoAllSender and the client's responseFlow with WSDoAllReceiver. A sample client config is here: https://svn.apache.org/repos/asf/webservices/wss4j/trunk/interop/org/apache/ws/axis/oasis/Client_deploy.wsdd And the service config is here: https://svn.apache.org/repos/asf/webservices/wss4j/trunk/interop/org/apache/ws/axis/oasis/ping/deploy.wsdd Thanks, Ruchith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
