Implementation options for Java client

Hi,

I am working on a Java integration that previously used the obsolete endpoint /ServerAPI/ServerCommandService.asmx.

I have updated the code to use /ManagementServer/ServerCommandService.svc, but it only works with basic users and not with AD users.

According to this post Different SOAP versions? - #3 by 0050O0000071zfhQAA, a Java client cannot use AD credentials to log in to /ManagementServer/ServerCommandService.svc.

Does this mean the only option left is to use the RESTful API for the Java client to authenticate with AD users?

Thanks,