I have tried to run one of the sample program which is provided in the NMSADK documentation (
/netapp-manageability-sdk-9.8P2-java-bindings/src/sample/Data_ONTAP/HelloOntapi/) and ended up with the following issue. Kindly assist.
com.netapp.nmsdk.client.ApiProtocolException: XML processing error during API call system-get-version to IPAddress ParseError at [row,col]:[1,126]
Message: Element type "ng-bind" must be followed by either attribute specifications, ">" or "/>".
at com.netapp.nmsdk.client.XmlApiInvocation.readResponse(http://XmlApiInvocation.java:228)
at com.netapp.nmsdk.client.ApiInvocation.processResponse(http://ApiInvocation.java:218)
at com.netapp.nmsdk.client.ApiInvocation.invoke(http://ApiInvocation.java:112)
at com.netapp.nmsdk.client.XmlApiInvocation.invoke(http://XmlApiInvocation.java:42)
at com.netapp.nmsdk.client.ApiRunner.run(http://ApiRunner.java:135)
at com.netapp.nmsdk.client.ApiRunner.run(http://ApiRunner.java:105)
at check.HelloOntapi.main(http://HelloOntapi.java:53)