Hi,

I need to sign outgoing SOAP envelope with certificate. I have problems with
engine configoration.

EngineConfiguration config2 = new FileProvider("C:/client_deploy.wsdd");

My client_deploy.wsdd :

<deployment name="client_deploy.wsdd" xmlns="
http://xml.apache.org/axis/wsdd/"; xmlns:java="
http://xml.apache.org/axis/wsdd/providers/java";>
 <transport name="http" pivot="TCPSender">
  <requestFlow>
<handler type="java:org.apache.ws.axis.security.WSDoAllSender" >
<parameter name="action" value="Signature"/>
<parameter name="user" value="client"/>
<parameter name="signaturePropFile" value="client_crypto.properties" />
<parameter name="mustUnderstand" value="false" />
</handler>
</requestFlow>
 </transport>
</deployment>

I think it is good (no check yet). But the main problem is
 "client_crypto.properties".

How shoud I write the "client_crypto.properties" file (to sing a body of
SOAP envelope with certyficate)?

Any tutorials, advices or hints would be great.

Regards.

Maciek

Reply via email to