I have analyzed the HTTP calls involving a Form. I want to replicate them wihout using the HTML form provided by DocuWare. But the server gives a 500 error.
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/DocuWare/Forms/Content/errors.xslt"?>
<s:Error Uri="http://ORGANIZATION.docuware.cloud/DocuWare/Forms/Submit" Method="POST" StatusCode="500" Status="Internal Server Error" xmlns:s="http://dev.docuware.com/schema/public/services">
<s:Message>Object reference not set to an instance of an object.</s:Message>
<s:Exception>System.NullReferenceException: Object reference not set to an instance of an object.
I think some cookies or parameters are missing but I would like to know if there is a simple guide to do that or I will have to do more research of the HTTP calls.