In a previous post you had: IRSIService iRSIService = RSIService.getPort(IRSIService.class);
You should be able to use "iRSIService" instead of "port" in the example above. Colm. On Thu, Jan 18, 2018 at 11:12 AM, Al Grant <[email protected]> wrote: > Ok so I have : > > > ((BindingProvider)port).getRequestContext().put(SecurityConstants.ENCRYPT_ > PROPERTIES, > "????"); > > ((BindingProvider)port).getRequestContext().put(SecurityConstants.ENCRYPT_ > USERNAME, > "????"); > > ((BindingProvider)port).getRequestContext().put( > SecurityConstants.SIGNATURE_PROPERTIES, > "client_sign.properties"); > > ((BindingProvider)port).getRequestContext().put( > SecurityConstants.SIGNATURE_USERNAME, > "signingonly"); > > ((BindingProvider)port).getRequestContext().put( > SecurityConstants.CALLBACK_HANDLER, > ClientCallbackHandler.class.getName()); > > The client_sign.properties file contains the details of the keystore file > location. > > I do not think I have a corresponding "encrypt" file. > > also the word "port" is unresolved? > > > > > -- > Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
