Error trying to create a contact/Incident
Content
I am using the samples in the help to create a contact/incident in my rightnow console but when i try to execute the
RNObject[] results = _rightNowClient.Create(clientInfoHeader, newObjects, options);
I receive an exception that reads:
"An unsecured or incorectly secured fault was received.....chek the inner exception....."
and the inner exception is:
"Timestamp should not be in the message"
How do i fix this??
Thanks
Version
May 2015 SP1Code Snippet
ClientInfoHeader clientInfoHeader = new ClientInfoHeader(); clientInfoHeader.AppID = "Basic Create"; RNObject[] results = _rightNowClient.Create(clientInfoHeader, newObjects, options); System.Console.WriteLine("\nNew Contact with ID: " + results[0].ID.id + " created."); System.Console.WriteLine("New
0