SOAP WebService Request to P6 returns java.lang.RuntimeException on every call
I would like to work with the Web Service calls to our Primavera system (Release 17.7 (B083) 07.11.2017.1635).
We have Web Services enabled, and I've created a simple C# application to talk to them, but I suspect I'm missing something around the Authentication protocol in the SOAP Headers on the call.
I'm trying to call ReadDatabaseInstances, which I believe doesn't need any user-tokens. I've read that the web service calls must be authenticated, and include "NONCE" and timestamps to reduce the risk of attacks, but I'm not sure how to implement them.
Does anyone have any example source code (C#) that would get me started please?