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 Luigi Della Monica <Lu...@enterpriseda.com> on 2006/07/14 12:55:40 UTC

wss sign and attach file problem...

Hi all.
I have configured wss handler for axis and setup the x.509 sign. Without attach, works fine. But if add a (very little) attach file, the sign verification fail!
 
CLIENT flow:
 
1. Call Client --> Make a axis call with attach
2. Request flow Client --> WSDoAllSender
 
SERVER flow:
 
1. Request flow: WSDoAllRecevier
2. Web service print file name received...
 
Without attach, the verifiy sign works. With the attach...no!
 
Where is the problem ? That you know, SOAP WA can be used with WSS sign ?
 
Thank's all.
Gigi