Hi,
I have followed up the this example :
https://knowledge.opentext.com/knowledge/cs.dll/Open/67792619
In order to upload a file with a category. I have followed up all the steps :
1.Authenticated my user and got a token to work with
2.Created a category.
3.Created category template
But when reaching the finale stage, docManClient.CreateDocument() it gets me an error which says :
System.ServiceModel.ProtocolException: 'The remote server returned an unexpected response: (400) Bad Request.'
What can be the cause of that? I used all the arguments from the example.