Problem using Aspose Word for SharePoint and Report Generation

We try to create Reports by using the MailMerge Functionality of Aspose Words for SharePoint.
So I get this to work without errors, but nothing happens during the Build-Process. The inserted Fields still remains as field definitions.

I’ve attached a simple word test file and the report definition without any further settings.
There should be replaced the ID Field.

The ULS-Log says, that the Request via List.asmx is successful,
I’ve have try it via GUI and Code, it’s the Same Result.
So what can be wrong?

Here a part of the current C#-Code:

Report rep = new Report(templateFile.OpenBinaryStream());
Dictionary<string, string> reportParamater = new Dictionary<string, string>();
reportParamater.Add("@ID", ID);
rep.Build(reportParamater);

Hi Max,

Thanks for your inquiry. We are checking with this scenario and will get back to you soon.

Best regards,

Hi Max,

Thanks for being patient. We have released a new version of Aspose.Words for SharePoint 3.0.0 some time ago; we suggest you please upgrade to the latest version and see how it goes on your end. You can download it from the following link:

https://downloads.aspose.com/words/sharepoint

Secondly, when generating report using UI, I received the following error:

"An unexpected error occured when executing the specified CAML query. The list service URL was ‘<http://spserver/sites/dev1/_vti_bin/lists.asmx>’. The list name was ‘Fragen’. The query was ‘’. —> System.Net.WebException: The remote name could not be resolved: ‘spserver’"

Please attach your “Data source definition file” here for testing. Also, it would be great if you please create a simple runnable application that helps us reproduce your issue on our end and attach it here for testing. We will investigate the issue further on our end and provide you more information.

Best regards,