RE: NullPointerException when encrypting an outbound message

2013-07-05 Thread Horváth Márton
: NullPointerException when encrypting an outbound message The problem is that you are configuring the encryption user as the special useReqSigCert value. This is only valid on the receiving side, as it means that the certificate to be used to encrypt the response to the message initiator is taken from

Re: NullPointerException when encrypting an outbound message

2013-07-04 Thread Colm O hEigeartaigh
The problem is that you are configuring the encryption user as the special useReqSigCert value. This is only valid on the receiving side, as it means that the certificate to be used to encrypt the response to the message initiator is taken from the signature of the received message. So if you are