I'm trying to programmatically sign soap messages using the _setProperty() procedure as described on the wss4j web page (http://ws.apache.org/wss4j/axis.html). Setting the properties seems to be fairly easy but I've come across a stumbling block. It seems simple enough to pass in the 'signaturePropFile' value yet my clients wont have a anything like a crypto.properties file but I will know everything that should be in the crypto.properties file in memory, I'll have a in memory keystore, password and know the keystore type. How do I pass the in memory crypto.properties to wss4j?
Thanks -- Chris Johnson [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
