orcasgit / py-wsse

WS-Security message-level security for SOAP (signing and encryption)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No crypto property file supplied for decryption Error

ynalcakan opened this issue · comments

Hello,

I am trying to send a wsse style signed XML to a web service. But I am always getting this error.

Server raised fault: 'General security error (WSSecurityEngine: No crypto property file supplied for decryption)'

I am a beginner about this "document signing" topic. But I tested, sending with correct cert, key files. I searched everywhere about that but couldn't find any solution.

Maybe you have an idea or you already see some problem like that. Please guide me for that issue.

Thanks!