<phase name="Security">
<module ref="rampart" />
<parameter name="OutflowSecurity">
<action>
<items>Encrypt</items>
<encryptionUser>service</encryptionUser>
<encryptionPropFile>client.properties</encryptionPropFile>
</action>
</parameter>
<parameter name="InflowSecurity">
<action>
<items>Encrypt</items>
<passwordCallbackClass>axis2.adb.sync.rampart.callbackhandler.PWCBHandler</passwordCallbackClass>
<decryptionPropFile>client.properties</decryptionPropFile>
</action>
</parameter>
</phase>
and this is in my services.xml file:
<parameter name="InflowSecurity">
<action>
<items>Encrypt</items>
<passwordCallbackClass>test.PWCBHandler</passwordCallbackClass>
<decryptionPropFile>service.properties</decryptionPropFile>
</action>
</parameter>
<parameter name="OutflowSecurity">
<action>
<items>Encrypt</items>
<encryptionUser>client</encryptionUser>
<encryptionPropFile>service.properties</encryptionPropFile>
</action>
</parameter>
<parameter name="ServiceClass">
test.Random
</parameter>
</service>
if anyone can help solve the "WSDoAllReceiver: Incoming message does not contain required Security header" error it would be greatly appreciated,
thanks
Get Pimped! FREE emoticons and customisation from Windows Live - Pimp My Live! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
