The following call is failing
final DacsApplicationListResult dacsApplicationListResult = dacsWebService.getApplicationList(dacsAdministratorLogin);
with the error:
Caused by: com.sun.xml.internal.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: java.lang.NullPointerException Please see the server log to find more detail regarding exact cause of the failure.
Using:
<dependency> <groupId>com.reuters.dacs</groupId> <artifactId>wsclient</artifactId> <version>7.7.0</version> </dependency>
It had worked previously with 6.7.0
What should I be looking for?
Thanks.