Hi Martin, There isn't an <encryptionParts> element in my axis2.xml file. Do I have to add this element? And where exactly do I insert this element within the axis2.xml?
>From what I've Googled so far, <encryptionParts> seems to be part of Apache WSS4J. Is this indeed the case? Cheers. Regards Sanjay >-----Original Message----- >From: Martin Gainty [mailto:[EMAIL PROTECTED] >Sent: 03 March 2008 14:26 >To: rampart-dev@ws.apache.org >Subject: Re: "Missing wsse:Security header in request" exception. > >Nearest I can tell the encryptionParts child element must have >this format ( /WEB-INF/conf/axis2.xml) <axisconfig name="AxisJava2.0"> > <parameter name="hotdeployment" locked="false">true</parameter> > <parameter name="hotupdate" locked="false">true</parameter> > <messageReceiver mep="INOUT" >class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> > <!-- Scenario 2: Client's Configuration:START--> > <parameter name="OutflowSecurity"> > <action> > ><encryptionParts>{Element}{http://docs.oasis-open.org/wss/2004/ 01/oasis-2004 >01-wss-wssecurity-secext-1.0.xsd}UsernameToken</encryptionParts> > >Anyone else?