I need to access the messageContext to access the certificate authentication details.
The prob is that setOperationContext is not being called as described here: http://www.mail-archive.com/[email protected]/msg13070.html http://wso2.org/library/259 http://www.developer.com/services/print.php/10928_3613896_2 public void setOperationContext(OperationContext opctx) throws AxisFault { System.out.println("xxx"); msgCtx = opctx.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE); } do i need to enable something for this work? -- View this message in context: http://www.nabble.com/setOperationContext-Dependency-Injection-not-working-tp16395622p16395622.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
