All, I extended the WsDoAllSender in order to able to overwrite both loadSignatureCrypto and loadEncryptionCrypto methods with my own implementation. Since the methods are protected but the parameter RequestData is a private inner class it doesn't work. Can't we declare the inner class as protected too?
Regards Yves
