I\'m trying to upload a new report unit to the jasperserver via the webservice from C# .net I\'ve successfully uploaded/created the report unit but when I click on the repo
I was missing a few tags: CREATE_REPORTUNIT_BOOLEAN, PROP_HAS_DATA, and PROP_PARENT_FOLDER.
Below is the final request xml that allowed me to upload the report unit via the webservice. The C# that calls the service didn't change from the original question.
true
This is a test
/reports/bar
This is a test
true
/reports/testunit_files
Hope that helps somebody out there!