unsuscribe

2023-01-11 Thread Raffaele Sgarro
Please unsuscribe

Re: [Error] WSSecurityException: The signature or decryption was invalid

2020-08-14 Thread Raffaele Sgarro
e stored in your local signature > keystore and it should work. > > Colm. > > On Mon, Aug 3, 2020 at 8:32 PM Raffaele Sgarro > wrote: > > > I'm programming a client for a SOAP service that is configured through a > > policy in the WSDL > > <https://gis

[Error] WSSecurityException: The signature or decryption was invalid

2020-08-03 Thread Raffaele Sgarro
I'm programming a client for a SOAP service that is configured through a policy in the WSDL . The service responds with a message that would be perfectly fine to work with, but has a signature that makes CXF throw an error and

Re: How to create SAML assertions

2017-03-20 Thread Raffaele Sgarro
; obtained from a third-party service of some kind? > > Colm. > > On Mon, Mar 20, 2017 at 12:09 PM, Raffaele Sgarro < > raffaelesga...@gmail.com> wrote: > > Hi Colm, > > thanks for your valuable insights. Indeed the WSDL is broken in a number > of ways but comes from

Re: How to create SAML assertions

2017-03-20 Thread Raffaele Sgarro
contains three SAML Assertions. This is also rather > unusual...who is supposed to be providing these Assertions? The SAML > CallbackHandler is not called by the way, because there is no SamlToken > policy in the WSDL. > > Colm. > > On Thu, Mar 16, 2017 at 7:19 AM, Raffaele Sgarro

How to create SAML assertions

2017-03-16 Thread Raffaele Sgarro
I have this web service that requires SAML assertions: - Example request: https://hastebin.com/uducuyobuv.xml - WSDL: https://hastebin.com/yapotuqiqu.wsdl - XSD: https://hastebin.com/udoworowig.xsd I put a CallbackHandler in the SecurityConstants.SAML_CALLBACK_HANDLER key but it is never called.

Re: Logging{In|Out}Interceptor not logging anything with WSS4J

2016-07-20 Thread Raffaele Sgarro
> https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=blob_plain;f=systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/client.xml;hb=HEAD > > Colm. > > On Wed, Jul 20, 2016 at 7:44 AM, Raffaele Sgarro > > wrote: > > > Hi, > > > > I'm b

Logging{In|Out}Interceptor not logging anything with WSS4J

2016-07-19 Thread Raffaele Sgarro
Hi, I'm building the client of a SOAP service secured with WS-Security. I let WSS4J configure itself with the profile defined in the WSDL and everything is working fine, except that the LoggingInInterceptor/LoggingOutInterceptor that I build and add programmatically to the client proxy sometimes d