CF2016 Enterprise Edition on Windows Server 2012 R2
Using cfsharepoint to query a SharePoint list, which is working in a dev environment against the same list and credentials, but that dev server is Windows 2008, and CF2016 standard edition.
Is there a defect using cfsharepoint on Windows Server 2012 R2?
Here's the error:
Could not instantiate stub objects for web service invocation. The rootcause was that: java.lang.reflect.InvocationTargetException
The stub class files are created at C:\ColdFusion2016\cfusion\stubs\WS_xxx so I know the WSDL is being consumed successfully.
webservice.log isn't much help, but at least confirms it's not a connectivity issue:
Using Axis 1 for consuming the service http://xxx/_vti_bin/Lists.asmx?WSDL.
Downloaded the wsdl http://xxx/_vti_bin/Lists.asmx?WSDL
Any ideas are appreciated.