You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Dillon, Steven" <st...@ngc.com> on 2006/07/17 21:30:18 UTC

org.apache.ws.axis.security.WSDoAllSender

All,
Can the org.apache.ws.axis.security.WSDoAllSender handler be used on a
server effectively?
I want to send a clear text message to the server, but I want the server
to make a secured call.
In this case, the server needs to become a client to another web
service.

This does not appear to work correctly with version 1.1.0.
Does anyone know if this has been corrected in a later version?

What is happening is that a MustUnderstand error is being thrown upon
receipt of the clear text.  Even if the server is no longer making the
web service call, the error is still thrown.  That is, the server has
the deploy.wsdd file that indicates that it will be a requestFlow
sender, but that code has been commented out yet the exception is still
thrown. 

Any ideas/thoughts are welcomed.

Thanks in advance,

Steven